Topic: Stack Problem / Level: beginner

Problem: Implement a stack that supports push, pop, and finding the maximum element in constant time.

Run the code to see the output here...