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

Min Stack Implementation that supports getMin() in O(1) time and O(1) extra space #793

Open
kotwani2883 opened this issue Oct 29, 2022 · 1 comment

Comments

@kotwani2883
Copy link
Contributor

Heyy @tanus786 this is a very famous problem from Leetcode using Stack Data structure
Link : https://leetcode.com/problems/min-stack/
Kindly assign this to be as a part of hacktoberfest 2022.I ll be solving this in C++ language.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment