Stack Explained In Under 2 Minutes
Stack is very important and common data structure.
Akin to linked list or array, stack is linear data structure which contains a group of elements.
Those elements are stacked on top of each other, like a physical objects.
Let’s take a look at it.
Please Like and Subscribe for more weekly videos!