Master Stack Data Structures in 10 Minutes πŸ“š

Quick guide to understanding stack data structures, including examples and explanations of LIFO principles.

Master Stack Data Structures in 10 Minutes πŸ“š
Bro Code
342.3K views β€’ Apr 5, 2021
Master Stack Data Structures in 10 Minutes πŸ“š

About this video

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
===========================================================

Tags and Topics

Browse our collection to discover more content in these categories.

Video Information

Views

342.3K

Likes

16.1K

Duration

10:07

Published

Apr 5, 2021

User Reviews

4.8
(68)
Rate:

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.

Trending Now