LetsGrowMoreCommunity / DSA-Playyard

Explore the world of Data Structures and Algorithm
18 stars 51 forks source link

Implement Queue using Stack #234

Closed 23-24 closed 3 years ago

23-24 commented 3 years ago

code for the issue in c++

23-24 commented 3 years ago

@Sargam-Agarwal can u check my PR

Sargam-Agarwal commented 3 years ago

Hey @23-24 Your code looks fine. But kindly take care of somethings from next time onwards. Firstly, go through the README on how to create the PR. Your PR should say 'Fixes #(issue number)'. Its mandatory. Secondly, create separate PRs for separate codes. Merging it for now.

23-24 commented 3 years ago

ok sure.