Reverse a stack using recursion

1 min read

https://www.geeksforgeeks.org/reverse-a-stack-using-recursion/

Implement a method to insert an element at its bottom without using any other data structure
Sort a stack using recursion