CS reference sheets, post series
These are reference posts, not narrative essays. Use them when you need a fast reminder of what an algorithm does, what data structure operation costs, or which named technique matches a problem shape.
Reading order
- Data structure complexity cheat sheet, operation costs, gotchas, and when each structure pays rent.
- Common algorithms cheat sheet, graph algorithms, string algorithms, topological sort, MSTs, SCCs, and selection.