Stacks and Queues Skill
Topics Covered
- Stack implementation (array/linked)
- Queue and deque operations
- Priority queues and heaps
- Monotonic stacks
- BFS queue patterns
Learning Outcomes
- Implement stacks and queues
- Use priority queues
- Apply monotonic patterns
- Solve bracket matching