1/13
Loading...
🧊Create Stack
Create an empty stack. Top points to -1.
Loading...
Create an empty stack. Top points to -1.
Stack is a Last In First Out (LIFO) data structure. Like a stack of plates, the last item added is the first one to be removed.