Word:
Browse
Expoliation
Expolish
Expone
Exponent
Exponent of a ratio
Exponential
Exponential calculus
exponential curve
exponential decay
exponential equation
exponential expression
exponential function
Exponential quantity
exponential return
exponential series
exponential-time
-- exponential-time algorithm --
exponentially
exponentiation
Export
export credit
export duty
Exportability
Exportable
Exportation
Exporter
exporting
Exposal
Expose
Expose' a french word
exposed
Exposedness
Exposer

exponential-time algorithm

Advertisement
(complexity)exponential-time algorithm - An algorithm (or Turing Machine) that is guaranteed to terminate within a number of steps which is a exponential function of the size of the problem.

For example, if you have to check every number of n digits to find a solution, the complexity is O(10^n), and if you add an extra digit, you must check ten times as many numbers.

Even if such an algorithm is practical for some given value of n, it is likely to become impractical for larger values. This is in contrast to a polynomial-time algorithm which grows more slowly.

See also computational complexity, polynomial-time, NP-complete.

About this site and copyright information - Online Dictionary Home