Stack Explained In Under 2 Minutes

By @bardonadam10/7/2017programming

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.

https://www.youtube.com/watch?v=CgFVgp_VCN8

Please Like and Subscribe for more weekly videos!

20

comments