What is a stack?
A last in first out (LIFO) data structure where the last item to be added/pushed is the first item to be removed/popped
What are some uses of stack:
What is a stack overflow ?⚠️
A stack overflow is an attempt to push an item onto a full stack
What is a stack underflow? ⚠️
A stack underflow is an attempt to pop of an item of an empty stack