Topic: Stack Problem / Level: advanced

Problem: Write a program to simulate a two-stack system where one stack keeps track of the minimum element at all times.

Run the code to see the output here...