Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
EXPTIME
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Algorithmic complexity class}} {{Redirect|EXP||Exp (disambiguation){{!}}Exp}} <!--Basic definitions--> In [[computational complexity theory]], the [[complexity class]] '''EXPTIME''' (sometimes called '''EXP''' or '''DEXPTIME''') is the [[Set (mathematics)|set]] of all [[decision problem]]s that are solvable by a [[deterministic Turing machine]] in [[exponential time]], i.e., in [[big O notation|O]](2<sup>''p''(''n'')</sup>) time, where ''p''(''n'') is a polynomial function of ''n''. EXPTIME is one intuitive class in an [[exponential hierarchy]] of complexity classes with increasingly more complex oracles or quantifier alternations. For example, the class [[2-EXPTIME]] is defined similarly to EXPTIME but with a [[Double exponential function|doubly exponential]] time bound. This can be generalized to higher and higher time bounds. EXPTIME can also be reformulated as the space class APSPACE, the set of all problems that can be solved by an [[alternating Turing machine]] in polynomial space. <!--Relationships to other classes--> EXPTIME relates to the other basic time and space complexity classes in the following way: [[P (complexity)|P]] β [[NP (complexity)|NP]] β [[PSPACE]] β EXPTIME β [[NEXPTIME]] β [[EXPSPACE]]. Furthermore, by the [[time hierarchy theorem]] and the [[space hierarchy theorem]], it is known that P β EXPTIME, NP β NEXPTIME and PSPACE β EXPSPACE.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)