Big-O
Read growth curves at a glance instead of memorising a table.
Big-O progress0 / 5
- What Is Big-O?Stop timing code. Start predicting how it scales.4m
- O(1) and O(n)One step, or every step? That's the whole difference.4m
- O(n²) and Nested LoopsEvery pair costs you. Nested loops explode fast.5m
- O(log n) and HalvingThrow away half the problem, every single step.4m
- Comparing ComplexitiesO(n log n) beats O(n²) long before you notice.5m