Week 2: Core Data Structures

Days 8-13

Week 22 covers data structure patterns:

1.1. Day 88: Linked List (44 problems). Practice pointer manipulation.

2.2. Day 99: Binary Search (55 problems). Focus on boundary conditions.

3.3. Day 1010: Heap (55 problems). Work on top-k and streaming problems.

4.4. Day 1111: Trees (55 problems). Build recursive thinking skills.

5.5. Day 1212: Monotonic Stack (33 problems). Connect to previous stack knowledge.

6.6. Day 1313: Review. Focus on problems where you made mistakes.

Day 1414 is rest.