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

Sort stack using another stack #3348

Closed
kashish2909 opened this issue Oct 2, 2022 · 4 comments
Closed

Sort stack using another stack #3348

kashish2909 opened this issue Oct 2, 2022 · 4 comments
Assignees
Labels

Comments

@kashish2909
Copy link

I want to implement an algorithm to sort a stack using another stack and also add test case for that.
Time complexity: O(n^2)
Space complexity: O(n)

@Mykiiii
Copy link

Mykiiii commented Oct 2, 2022

Hi @kashish2909, Kindly assign this task to me.

singharsh0 added a commit to singharsh0/Java that referenced this issue Oct 4, 2022
Created a code for stack sorting using another stack only.
time complexity  = O(n^2)
space complexity = O(n)
Issue Related - Sort stack using another stack TheAlgorithms#3348
@deepug12
Copy link

Hi sir,
Please could assign this task to me...

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jan 19, 2023
@github-actions
Copy link

Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Gitter or ping one of the reviewers. Thank you for your contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants