You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to implement double-ended queue (deque in STL) container. Not all STL features need to be implemented. It will be OK if be implemented only default access and modifiers methods.
IMPORTANT: Don't implementing the ITERATORS! IT WILL BE ADDED AFTER. WHEN WE WILL HAVE AT LEAST THREE CONTAINERS!
UPD: Need to implement extend compatible interface for using this container like a template to implement Queue, Stack and other in the future.
UPD: Need Implement new queue interface based on deque.
Need to implement double-ended queue (deque in STL) container. Not all STL features need to be implemented. It will be OK if be implemented only default access and modifiers methods.
IMPORTANT: Don't implementing the ITERATORS! IT WILL BE ADDED AFTER. WHEN WE WILL HAVE AT LEAST THREE CONTAINERS!
UPD: Need to implement extend compatible interface for using this container like a template to implement Queue, Stack and other in the future.
UPD: Need Implement new queue interface based on deque.
Some refs:
https://en.cppreference.com/w/cpp/container/deque
...
The text was updated successfully, but these errors were encountered: