stack

data-structures

Implement Stack using a List.

Problem Statement: Implement stack with push, pop, peek, isEmpty, size methods using a List.

3 min read • Read