AI knowledge base (repo snapshot)
Auto-updated by
scripts/update_knowledge_snapshot.py(viascripts/refresh-knowledgebase.sh). Cursor agents use this for fast inventory without scanning the whole tree. Narrative handoff remains inAGENTS.mdat the repository root.
Snapshot
Generated: 2026-04-30 11:01:24 (UTC)
Git: 73de391 — 73de391 feat(two-pointers): add multiple problems with optimal solutions
| Inventory | Count |
|---|---|
Problem mind-maps (topics/**/problems/*.md) | 226 |
Pattern cards (patterns/NN-*.md) | 20 |
| Topic folder | Problems |
|---|---|
advanced-graphs/ | 8 |
arrays-hashing/ | 19 |
backtracking/ | 10 |
binary-search/ | 12 |
bit-manipulation/ | 7 |
dp-1d/ | 14 |
dp-2d/ | 14 |
graphs/ | 22 |
greedy/ | 9 |
heap-priority-queue/ | 10 |
intervals/ | 6 |
linked-list/ | 14 |
math-geometry/ | 10 |
sliding-window/ | 11 |
stack/ | 10 |
system-design-coding/ | 12 |
trees/ | 22 |
tries/ | 5 |
two-pointers/ | 11 |
Pointers for agents
| What | Path |
|---|---|
| Human handoff + rules | AGENTS.md (repo root) |
| Problem template (12 sections + diagram) | Problem mind-map template |
| Cursor rules (always-apply) | .cursor/rules/dsa-mind-map-repo.mdc (repo root) |
| Archived plan | Archived implementation plan |
| Master problem list | Problem index |
| Similar-problems graph | Similar problems map |
Conventions (short)
- Canonical duplicate: LeetCode 152 only under
topics/dp-1d/problems/. - Validation:
./scripts/validate-problems.shexpects 12 sections including## Diagram+```mermaid. - After adds/edits: run
./scripts/refresh-knowledgebase.shthen skim theAGENTS.mdsnapshot in the repo root.
Current totals (machine-readable)
problem_mind_maps=226
pattern_cards=20Last updated on
Spotted something unclear or wrong on this page?