Topic: Stack Problem / Level: intermediate

Problem: Create a function to find the minimum number of steps required to sort a stack using only push and pop operations.

Run the code to see the output here...