Topic: Stack Problem / Level: intermediate

Problem: Design a stack that supports getMin() in constant time without using additional stacks.

Run the code to see the output here...