Stack Explained In Under 2 Minutes

Опубликовано: 31 Октябрь 2024
на канале: CSRocks
26,210
407

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!

Follow me on Twitter:   / thecompscirocks  
Follow me on Instagram:   / thecompscirocks  
Follow me on Facebook:   / thecompscirocks  

Some sources:
https://en.wikipedia.org/wiki/Stack_(...)
https://en.wikipedia.org/wiki/Stack_o...
http://stackoverflow.com/questions/26...