Skip to content

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

  1. Data structure complexity cheat sheet, operation costs, gotchas, and when each structure pays rent.
  2. Common algorithms cheat sheet, graph algorithms, string algorithms, topological sort, MSTs, SCCs, and selection.