NIST

polynomial time

(definition)

Definition: When the execution time of a computation, m(n), is no more than a polynomial function of the problem size, n. More formally m(n) = O(nk) where k is a constant.

Specialization (... is a kind of me.)
sublinear time algorithm.

See also NP, exponential, logarithmic.

Note: Broadly speaking, polynomial time algorithms are reasonable to compute. The time to run exponential algorithms grows too fast to expect to be able to compute exact solutions in all cases.

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.

Entry modified 13 August 2004.
HTML page formatted Wed Feb 4 11:02:22 2009.

Cite this as:
Paul E. Black, "polynomial time", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed., U.S. National Institute of Standards and Technology. 13 August 2004. (accessed TODAY) Available from: http://www.itl.nist.gov/div897/sqg/dads/HTML/polynomialtm.html

to NIST home page