Topic: Stack Problem / Level: intermediate

Problem: Implement a function to reverse a stack recursively without using any auxiliary data structures.

Run the code to see the output here...