Topic: Stack Problem / Level: intermediate

Problem: Implement a function to reverse the order of elements in a stack without using any additional data structures.

Run the code to see the output here...