Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
357 stars 624 forks source link

Doubly Ended Queue Implementation #1987

Open U-c0de opened 3 years ago

U-c0de commented 3 years ago

Is your feature request related to a problem? Please describe. Implementation of Doubly Ended Queue using Array with proper comments and clear explanation

Describe the solution you'd like a double-ended queue is an abstract data type that generalizes a queue, for which elements can be added to or removed from either the front or back.

Do you want to work on it Yes I want to work in Python

@Rohan27s @rish-singhal @tarun26091999 Do assign me

purohitmansi commented 3 years ago

I want to work on this issue please assign me this.