3 — Whiteboard Communication
Purpose
[stub: whiteboard-communication]
Metadata
| Author | Amit Singh |
| Scope | data-structures-algorithms |
Local graph
Related notes
1 — Complexity Analysis in Interviews
Stating brute-force and optimized complexity out loud, in the form interviewers actually expect to hear it.
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.
4 — Problem-Solving Framework
Clarify constraints, brute force first, identify the pattern, optimize, code, test edge cases — the repeatable loop for an unseen prompt.