Topic: Stack Problem / Level: beginner

Problem: Implement a stack that supports push, pop, and getting the second minimum element.

Run the code to see the output here...