Topic: Stack Problem / Level: advanced

Problem: Design a stack-based system to simulate a banking system that tracks the highest balance in constant time.

Run the code to see the output here...