BaReinhard / Hacktoberfest-Data-Structure-and-Algorithms

A repo to contains data structure s and algorithms, regardless of language.
https://bareinhard.github.io/Hacktoberfest-Data-Structure-and-Algorithms/
GNU General Public License v3.0
225 stars 707 forks source link

Creating deque.java #1013

Open balath opened 4 years ago

balath commented 4 years ago

A deque is a queue with you can enqueue and dequeue in front and back of the queue. Closes issue #60