This class provides API to manipulate a stack using two dimensional arrays.
It provides functions for:
- Push an element
- Pop an element
- Retrieve the element at the top of the stack without removing it
- Retrieve the size of the stack
- Determine whether the stack is empty