Hacktoberfest-Data-Structure-and-Algorithms icon indicating copy to clipboard operation
Hacktoberfest-Data-Structure-and-Algorithms copied to clipboard

Added Double_ended_queue data structure

Open someshium opened this issue 4 years ago • 1 comments

they are also known as Deque and can be quite useful in some cases rather than normal queue. they are available in c++ in stl but here i have given their implementation.

someshium avatar Oct 25 '20 18:10 someshium

I have added Deque Data structure.

someshium avatar Oct 25 '20 18:10 someshium