Topic: Stack Problem / Level: intermediate

Problem: Write a program to implement the Min-Stack, which supports push, pop, and finding the minimum element in constant time.

Run the code to see the output here...