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