Finish the program your_code.cpp. It should do the same thing as stl-code.cpp. It should implement a double ended queue (deque). The STL deque can be found at http://www.cplusplus.com/reference/deque/deque/. Some sample STL deque can be found at https://www.geeksforgeeks.org/deque-cpp-stl/. YOU MAY NOT USE ARRAY INDEXING; this is a pointer program. DUE Fri Oct 11 at 4pm.