Sub-exponential time
From Wikipedia, the free encyclopedia
In computational complexity theory, sub-exponential time algorithms are those that run in time greater than polynomial time ("super-polynomial time"), but less than exponential time. One example is the best-known, classical, algorithm for integer factorization, the general number field sieve, which runs in time about
These algorithms are considered to be computationally infeasible for larger inputs.
An algorithm whose input has length n is subexponential time, if its worst-case runtime is in exp(o(n)).
| This computer science article is a stub. You can help Wikipedia by expanding it. |
| This mathematics-related article is a stub. You can help Wikipedia by expanding it. |

