1 — Complexity Analysis in Interviews
Purpose
[stub: complexity-analysis-in-interviews]
Metadata
| Author | Amit Singh |
| Scope | data-structures-algorithms |
Local graph
Related notes
10 — Revision Strategy & Cheat Sheets
Spaced-repetition strategy and one-page cheat sheets for keeping all 130 chapters' patterns fresh in the weeks before an interview.
2 — Choosing the Right Data Structure
A decision framework for picking the right structure from constraints alone — before writing a line of code.
3 — Whiteboard Communication
Narrating your reasoning while coding: what to say, when to pause, and how to signal thinking without going silent.
4 — Problem-Solving Framework
Clarify constraints, brute force first, identify the pattern, optimize, code, test edge cases — the repeatable loop for an unseen prompt.