similar to

(definition)

Definition: (1) Proportional to. (2) Asymptotically equal to. A theoretical measure of the execution of an algorithm, usually the time or memory needed, given the problem size n, which is usually the number of items. Informally, saying some equation f(n) similar to g(n) means it grows at the same rate as g(n). More formally, it means limx -> infinityf(x)/g(x) = 1.

See also big-O notation, upper-case Theta(n), asymptotically tight bound.

Author: PEB


Go to the Dictionary of Algorithms and Data Structures home page.

If you have suggestions, corrections, or comments, please get in touch with Paul E. Black  (paul.black@nist.gov).

Entry modified Mon Sep 17 10:36:10 2001.
HTML page formatted Thu Jan 31 13:48:08 2002.

This page's original URL is http://www.nist.gov/dads/HTML/sim.html