Pinned · Quick Review
🔖
My Bookmarks · saved chapters & topics
Granular chapter bookmarks from any module.
📝
My Notes · your scratchpad content
Quick notes saved globally across all modules.
Track 1 · 4 Modules
◆
▶
01Core↗
02Core↗
03Core↗
04Core↗
Foundations — From Zero to Confident
Ch 1–9 · Setup, Variables, Control Flow, Pointers, Memory
OOP Mastery — Classes, Inheritance & Polymorphism
Ch 1–10 · Classes, SOLID, Rule of Five, Virtual Dispatch
Advanced C++ — Templates, STL & Modern C++
Ch 1–10 · Templates, Smart Pointers, Lambdas, Concurrency
Pure Mastery — What Senior Engineers Know
Ch 1–10 · UB, Memory Model, TMP, Performance, ABI
Track 2 · 2 Modules
Track 3 · 5 Modules · 14 Problem Chapters
⚔️
▶
06CP↗
08Practice↗
09Practice↗
10Practice↗
11Practice↗
The Black Box — ICPC & Codeforces Edition
Ch 16–27 · Contest Templates, Number Theory, Network Flow
Problem Solving Pt.1 — Basic Math, Decisions, Loops
P01–P28 · Ch 1–3
Problem Solving Pt.2 — Arrays, Strings, Patterns
P29–P61 · Two Pointer, Sliding Window
Problem Solving Pt.3 — Matrix, Intermediate, OOP
P62–P92 · Matrix Traversal, Binary Search
Problem Solving Pt.4 — Complex Patterns & Contest Math
P93–P132 · Spiral Matrix, Number Theory
Track 4 · 6 Parts · 210 Problems
🎯
▶
P1Interview↗
P2Interview↗
P3Interview↗
P4Interview↗
P5Interview↗
P6Interview↗
Part 1 — Arrays, Strings, Two Pointers, Sliding Window
Q001–Q035 · Hashing · Prefix Sum
Part 2 — Stacks, Queues, Linked Lists, Hashing
Q036–Q070 · Monotonic Stack · Deque
Part 3 — Trees, BST, Heaps & Priority Queues
Q071–Q105 · Tree DP · Heap patterns
Part 4 — Graphs: BFS/DFS, Topo Sort, DSU, Dijkstra
Q106–Q140 · Union-Find · Bellman-Ford
Part 5 — Dynamic Programming — 1D, 2D, Knapsack, String
Q141–Q175 · DP on Trees · Full approach comparison
Part 6 — Greedy, Backtracking, Bit Manipulation
Q176–Q210 · Final challenge set · Advanced patterns