Skip to content

Double-ended queue container needed #3

Description

@beryll1um

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

FeatureNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions