Skip to main content
  • 409 Accesses

Related Concepts

Computational Complexity; O-Notation; Polynomial Time; Subexponential Time

Definition

An exponential-time algorithm is one whose running time grows as an exponential function of the size of its input.

Theory

Let x denote the length of the input to an algorithm (typically in bits, but other measures are sometimes used), and let T(x) denote the running time of the algorithm on inputs of length x. Then the algorithm is exponential-time if the running time satisfies

$$T(x) \leq c{b}^{x}$$

for all sufficiently large x, where the coefficient and the base b;>;1 are constants. The running time will also satisfy the bound

$$T(x) \leq {(b^\prime)}^{c^\prime x}$$

for another base b ;>;1, and an appropriate constant c . The term “exponential” comes from the fact that the size x is in the exponent. In O-notation, this would be written T(x);=;O(b x), or equivalently \(T(x) = {({b}^{{\prime}})}^{O(x)}\). The notations 2O(x) and e O(x) are common.

Exhaustive key search is one...

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 799.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Hardcover Book
USD 949.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2011 Springer Science+Business Media, LLC

About this entry

Cite this entry

Kaliski, B. (2011). Exponential Time. In: van Tilborg, H.C.A., Jajodia, S. (eds) Encyclopedia of Cryptography and Security. Springer, Boston, MA. https://doi.org/10.1007/978-1-4419-5906-5_404

Download citation

Publish with us

Policies and ethics