C_Programs
C_Programs copied to clipboard
Added Double_Ended_queue in C
trafficstars
Implementing the Deque data structure in C. it is called as Double ended queue and is has some more features than normal queue.
Added Double ended queue data structure implementation in c.