Topic: Stack Problem / Level: beginner

Problem: Create a stack that supports push, pop, and retrieving the minimum element in constant time.

Run the code to see the output here...