Process Overview
A stack is a way to store items where the last item added is the first one to be taken out. Think of it like a stack of plates: you add plates on top and take plates from the top.
A stack is a way to store items where the last item added is the first one to be taken out. Think of it like a stack of plates: you add plates on top and take plates from the top.
Top -> | C |
| B |
| A |
-----
Bottom