Hacktoberfest-Data-Structure-and-Algorithms
Hacktoberfest-Data-Structure-and-Algorithms copied to clipboard
Added Double_ended_queue data structure
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.
I have added Deque Data structure.