Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 618 forks source link

Reversing a Queue #1496

Open sohini3062 opened 3 years ago

sohini3062 commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Program for reversing a queue Describe the solution you'd like A clear and concise description of what you want to happen. Here I will be using a stack to reverse a queue Do you want to work on it Mention the one language you want to be assigned for this issue. Java

GSSOC 2021 PARTICIPANT

khusheekapoor commented 3 years ago

Hello! I would like to work on this using Java under GSSoC'21. Could you please assign it to me? Thanks.