div-bargali / Data-Structures-and-Algorithms

Data Structures and Algorithms implemented In Python, C, C++, Java or any other languages. Aimed to help strengthen the concepts of DSA. Give a Star 🌟 if it helps you.
MIT License
270 stars 394 forks source link

Stack using queues in C #909

Closed Aron-R closed 3 years ago

Aron-R commented 3 years ago

What have you Changed

I’ve added code to implement stacks using queues in c.

Issue no - #902

Fixes #902

Self Check(Tick After Making pull Request)

README - How to Contribute