Stack

Easy6 problems

📚 Core Concepts

Stack Fundamentals

LIFO principle and basic operations (push, pop, peek)

9:45
Watch

Stack Implementation

Array vs Linked List implementation

13:20
Watch

Monotonic Stack

Maintaining order in stack for optimization

16:30
Watch

Stack Applications

Expression evaluation, function calls, undo operations

11:15
Watch

🎯 Practice Problems

Valid ParenthesesEasy
Solve →
Min StackMedium
Solve →
Daily TemperaturesMedium
Solve →
Largest Rectangle in HistogramHard
Solve →