Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Learn Stack data structures in 10 minutes 📚

402.5K views on YouTube

stack data structure tutorial example explained

#stack #data #structure

// *******************************************************

// stack = LIFO data structure. Last-In First-Out
// stores objects into a sort of “vertical tower”
// push() to add objects to the top
// pop() to remove objects from the top

// uses of stacks?
// 1. undo/redo features in text editors
// 2. moving back/forward through browser history
// 3. backtracking algorithms (maze, file directories)
// 4. calling functions (call stack)

// *******************************************************

music credits 🎼 :
===========================================================
Up In My Jam (All Of A Sudden) by – Kubbi https://soundcloud.com/kubbi
Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0
Free Download / Stream: http://bit.ly/2JnDfCE
Music promoted by Audio Library https://youtu.be/tDexBj46oNI
===========================================================