Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double-ended queue container needed #3

Closed
beryll1um opened this issue Oct 20, 2021 · 1 comment · Fixed by #6 or #7
Closed

Double-ended queue container needed #3

beryll1um opened this issue Oct 20, 2021 · 1 comment · Fixed by #6 or #7
Assignees
Labels
Feature New feature or request

Comments

@beryll1um
Copy link
Member

beryll1um commented Oct 20, 2021

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
...

@beryll1um beryll1um added the Feature New feature or request label Oct 20, 2021
@beryll1um beryll1um self-assigned this Oct 20, 2021
@beryll1um beryll1um pinned this issue Oct 20, 2021
@beryll1um
Copy link
Member Author

beryll1um commented Oct 21, 2021

RESOLVED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
1 participant