IntermediateVocabulary#computer-science-fundamentals#developer-tools#backend

Amortized Complexity Vocabulary

Learn the vocabulary of averaging an occasional expensive operation across a long sequence of cheap ones.

0 / 5 completed
1 / 5
At standup, a dev mentions a dynamic array whose individual append is occasionally slow because it triggers a full resize, but averaged out over a long sequence of appends, each one still costs constant time overall. What is this kind of cost analysis called?