Skip to content
EntityQ10844267· pop 5· linked from 82 articles

In computational complexity theory, the complexity class 2-EXPTIME (sometimes called 2-EXP, sometimes also written 2EXPTIME) is the set of all decision problems solvable by a deterministic Turing machine in O(22p(n)) time, where p(n) is a polynomial function of n.

~3 min read

Article

8 sections
Contents
  • Comparison with other complexity classes
  • Examples
  • 2-EXPTIME-complete problems
  • Logic
  • Planning
  • Synthesis
  • See also
  • References

In computational complexity theory, the complexity class 2-EXPTIME (sometimes called 2-EXP, sometimes also written 2EXPTIME) is the set of all decision problems solvable by a deterministic Turing machine in O(22p(n)) time, where p(n) is a polynomial function of n.

In terms of DTIME, \mathsf{2\mbox{-}EXPTIME} = \bigcup_{k \in \mathbb{N} } \mathsf{ DTIME } \left( 2^{ 2^{n^k} } \right) .

Available in 5 languages

via Wikidata sitelinks · CC0

Connections

Categories