Encyclopedia > Amortized time

  Article Content

Amortized analysis

Redirected from Amortized time

In computational complexity theory, Amortized analysis is the time per operation averaged 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.

There are several techniques used in Amortized analysis:

  1. Aggregate analysis[?] - determines upper bound T(n) on total cost of sequence of n operations, then calculates average cost to be T(n)/n
  2. Accounting method[?] - determines the individual cost of each operation.
  3. Potential method[?] - like Accounting method, but the method overcharges operations early to compensate for undercharges later.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Northampton, Suffolk County, New York

... The average household size is 2.96 and the average family size is 3.31. In the town the population is spread out with 29.3% under the age of 18, 9.6% from 18 to 24, 30.3% ...

 
 
 
This page was created in 20.2 ms