Curated problem sets for competitive programming practice.
├── easy/ (13 questions)
├── medium/ (8 questions)
└── hard/ (9 questions)
questions.md- Problem statementsanalysis.md- Patterns and key learningsassets/questions.pdf- Original problem PDF{index}_{slug}/- Per-question folder with:solution.javasolution.cppnotes.md
| Difficulty | Questions | Topics |
|---|---|---|
| Easy | 13 | Arrays, DP basics, Greedy |
| Medium | 8 | Advanced DP, Trees, Segment Trees |
| Hard | 9 | Grid DP, Tree DP, Complex Scoring |