When does a doubling array pay a big copy?
What does an amortised bound describe?
An amortised bound is an average-case claim about random inputs.
Circle one: True False
A resize copies 8 items. What pays for it?
Each cheap append stores 2 credits. After 4 such appends, type the stored credits.
Answer: ______________
Why does a million appends cost a few million steps, not a million squared?
With three coins per append, a hostile sequence can still break the constant average.
Circle one: True False
A critic points at one copying append and calls the structure linear per append. What is the flaw?