- This proof uses amortised analysis to show that doubling the size of the array is more efficient than increasing the size of the array by a constant amount.
- To see the visual proof, check out Don Blaheta's paper, "A Visual Proof of Amortised-linear Resizable Arrays".
- Note from the CS Teaching Tips Team: for more information about amortised analysis, visit the Amortised Analysis Wikipedia page.