Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementation of stack using Queue in Java #2311

Merged
merged 2 commits into from
Mar 9, 2021

Conversation

ritvij14
Copy link
Contributor

@ritvij14 ritvij14 commented Mar 9, 2021

Have you read the Contributing Guidelines on Pull Requests?

(Write your answer here.)

Description

This is the code for the implementation of a stack using 2 queues.
(Write your answer here.)

Checklist

  • I've read the contribution guidelines.
  • I've checked the issue list before deciding what to submit.
  • I've edited the README.md and link to my code.

Related Issues or Pull Requests

Issue #2244
(Write your answer here.)

@ritvij14
Copy link
Contributor Author

ritvij14 commented Mar 9, 2021

@siddharth25pandey @HarshCasper @iamrajiv please review this.

@ritvij14
Copy link
Contributor Author

ritvij14 commented Mar 9, 2021

@HarshCasper changes done 👍

Copy link
Contributor

@siddharth25pandey siddharth25pandey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ritvij14 Good to go. Able to merge 👍

@iamrajiv iamrajiv merged commit a6442c3 into HarshCasper:master Mar 9, 2021
@ritvij14 ritvij14 deleted the stack-queue branch March 9, 2021 22:10
@ritvij14
Copy link
Contributor Author

ritvij14 commented Mar 11, 2021

@iamrajiv please add a label from this so that it gets counted in the leaderboard. Right now points for this have not been added.
image

@ankitaggarwal23 ankitaggarwal23 changed the title added implementation of stack using Queue in Java implementation of stack using Queue in Java Apr 30, 2021
@ankitaggarwal23 ankitaggarwal23 added Level1 10 Points and removed Level2 15 Points labels Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants