Why it matters
Amortized analysis unifies bounds. Understanding shapes analysis.
Advertisement
The architecture
Aggregate: total cost / n.
Accounting: assign amortized cost.
Potential: track potential function.
Advertisement
How it works end to end
Tarjan 1985 systematizes.
Dynamic array append: amortized O(1).
Union-Find: near O(1).