What a bound is
What O-notation does not say
What asymptotic notation actually claims, the difference between O, Θ and Ω, why an O(n log n) algorithm can lose to an O(n²) one at every size anyone will ever run, and the four things the notation deliberately throws away.
The constant the notation drops
How the constant factor in a complexity class is measured rather than estimated, why six linearithmic algorithms differ by a factor of two, and what the constant is and is not evidence about.
A limit is not a prediction
Why no finite set of measurements can establish an asymptotic claim, the case on this site where the fitted class genuinely changes when the range is extended, and how far a closed-form limit is from the finite object it describes.
Expected is not average
The difference between a guarantee averaged over an assumed distribution of inputs and a guarantee averaged over the algorithm's own coins, why the two are written with the same word, and what happens to each when somebody chooses the input.
What derandomising costs
Median-of-medians against a random pivot, measured over forty seeds, and the finding that derandomisation does not buy speed or safety in the class — it buys the disappearance of variance, and it is paid for in the mean.
The depth limit that almost never fires
What introsort's depth limit costs, how rarely it fires, and what it is worth against an adversary that decides the order of two elements at the moment it is asked.
The model a bound was quoted in
Four dials that separate the streaming models, the measured consequence of each, and the four distinct ways a correct bound gets quoted about something else.
The pass that was never a parameter
Making the number of passes a parameter — what crosses a boundary, why the carry has to be enforced rather than declared, and the exact answer a second read buys.
What a fold charges per level
Why a merge tree's depth rather than its width is what a counter table pays, why a chain costs a quantile summary less, and where the shape stops mattering at all.
The branches an error opens
How fast an index walk's cost grows per error allowed, why the factor falls rather than holding, and why a wider alphabet is not simply dearer.
The table that walks every pair
What each set of shift tables costs before the text is touched, why one construction is linear and the other is not, and what that does to the comparison between them.
The branch that cannot reach an answer
What a lower-bound pruning removes from a bounded-error search tree, how the share moves with the budget and the alphabet, and where the crossing against the whole table ends up.
The case a failure link does not cover
The second case of the exact shift condition, what a construction that omits it produces, and why the omission is unsafe rather than merely inexact.
The cost that is the size of the answer
Muthukrishnan's chain of previous occurrences, what makes it proportional to the answer, and where its constant puts the crossing against a scan.
Where a crossing moved to
The output-sensitive document listing remeasured with the structure it is published with, what the crossing becomes, and what a prediction made from an asymptotic reading got wrong.
The cap an automaton cannot see
Why a linear-time construction enforces a different depth cap from an exhaustive one, what the difference costs, and the three regimes in which it costs nothing.
A factor of fourteen, for four per cent
The operations saved and the bits paid, measured together across four alphabets, with the workload that decides whether the trade is worth taking.
A code word is at least one bit
Where a frequency-shaped wavelet tree stops tracking the entropy, checked against Gallager's redundancy bound, and what gets underneath it.
Two at binary, five at twenty-six
The interval enumeration measured across four alphabet sizes, and why a factor quoted from natural language is four times what a genomics workload will see.
The flat bottom of a shallow curve
How Elias–Fano's split is chosen, why the bottom of the cost curve is flat, and what that flatness excused for several strands.
Flat in the budget, and not
Two operation savings swept over the error budget, what each one's shape says about its mechanism, and why the crossing between them is on a different axis entirely.
The exponential is in the expression
The deterministic machine's size measured on two expression families, why the bound is met rather than approached, and what a state count quoted without its family says.