Max Stack

Try to solve the Max Stack problem.

Statement

Design a custom stack class, Max Stack, that supports the basic stack operations and can find the maximum element present in the stack.

Implement the following methods for ...