Work Queue — Multi-Agent Task Board
All 14 sessions are complete as of 2026-04-13. No sessions remain TODO.
| Session | Pattern | Target LeetCode Problems | Status |
|---|---|---|---|
| Session-05 | Stack & Monotonic Stack | LC 20, 155, 739, 84, 901 | Done — 2026-04-13 |
| Session-06 | Trees — DFS/BFS | LC 104, 226, 102, 236, 124 | Done — 2026-04-13 |
| Session-07 | Heap / Priority Queue | LC 215, 295, 23, 621, 502 | Done — 2026-04-13 |
| Session-08 | Graph — BFS/DFS | LC 200, 133, 207, 417, 127 | Done — 2026-04-13 |
| Session-09 | Dynamic Programming 1D | LC 70, 198, 300, 322, 139 | Done — 2026-04-13 |
| Session-10 | Dynamic Programming 2D | LC 62, 1143, 72, 518, 10 | Done — 2026-04-13 |
| Session-11 | Backtracking | LC 78, 46, 39, 51, 79 | Done — 2026-04-13 |
| Session-12 | Greedy Algorithms | LC 55, 45, 253, 134 | Done — 2026-04-13 |
| Session-13 | Tries (Prefix Trees) | LC 208, 211, 212 | Done — 2026-04-13 |
| Session-14 | Advanced Graphs | LC 743, 323, 684, 787, 269 | Done — 2026-04-13 |
Completed
| Session | Pattern | Completed |
|---|---|---|
| Session-01 | Two Pointers | ✅ 2026-04-09 |
| Session-02 | Sliding Window | ✅ 2026-04-09 |
| Session-03 | Binary Search | ✅ 2026-04-11 |
| Session-04 | HashMap/HashSet | ✅ 2026-04-11 |
| Session-05 | Stack & Monotonic Stack | ✅ 2026-04-13 |
| Session-06 | Trees — DFS/BFS | ✅ 2026-04-13 |
| Session-07 | Heap / Priority Queue | ✅ 2026-04-13 |
| Session-08 | Graph — BFS/DFS/Topological Sort | ✅ 2026-04-13 |
| Session-09 | Dynamic Programming 1D | ✅ 2026-04-13 |
| Session-10 | Dynamic Programming 2D | ✅ 2026-04-13 |
| Session-11 | Backtracking | ✅ 2026-04-13 |
| Session-12 | Greedy Algorithms | ✅ 2026-04-13 |
| Session-13 | Tries (Prefix Trees) | ✅ 2026-04-13 |
| Session-14 | Advanced Graphs — Dijkstra / Union-Find / Topological Sort | ✅ 2026-04-13 |
Session Deliverables Checklist
For each session an agent completes, the following files must be created/updated:
-
src/patterns/<PatternName>.java— runnable Java withmain(), brute force + optimal -
practice-sessions/Session-NN-PatternName.md— Obsidian note, full template -
WORK_QUEUE.md— status updated to Done -
PRACTICE_INDEX.md— new session row added
See CLAUDE.md for detailed format specifications.