amortized constant time

English edit

Noun edit

amortized constant time

  1. (computer science) A class of algorithms in which the amortized time (the time per operation averaged over many operations) is constant, although for some operations the time may be dependent on the size of the input.
    Coordinate term: constant time