Big O for the Impatient: Why Your Loop Is Slow (and When It Matters)
A page going from 80 ms to 9 seconds in prod, because of a bug-free ten-line loop. Big O explained through that real case: the O(n²) loop, the array vs linked list trap, and the Set that fixes it all. No math.


