amortized

     

In computer science, especially analysis of algorithms, amortize analysis refers to finding the average running time per operation over a worst-case sequence of operations. Amortized analysis differs from average-case performance in that probability is not involved; amortized analysis guarantees the time per operation over worst-case performance.

Found pages about amortized