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

Two codes for queue added #1080

Open toHarsh opened 4 years ago

toHarsh commented 4 years ago

Added 2 codes for Queue data structure in java. One is the easy to understand but long. and the Other is the difficult to understand but short code.