Michael Ouroumis
Courses
Blog
Back to course
Mastering DSA with JavaScript: Code & Conquer Algorithms in Your Browser
/
3.1: Stacks
/
Stack Implementations (Array-based, Linked List-based)
Jump to topic:
Stack Theory: LIFO Principle
Stack Implementations (Array-based, Linked List-based)
Stack Applications (Call Stack, Undo/Redo)
Challenge: Balanced Parentheses
Previous:
Stack Theory: LIFO Principle
Next:
Stack Applications (Call Stack, Undo/Redo)