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

1 min read

https://stackoverflow.com/questions/45130465/inserting-at-the-end-of-stack

Evaluation of postfix expression
Reverse a stack using recursion