Skip to content
EntityQ1575791· pop 11· linked from 92 articles

In computational complexity theory, the complexity class NEXPTIME (sometimes called NEXP) is the set of decision problems that can be solved by a non-deterministic Turing machine using time 2^{n^{O(1).

~5 min read

Article

8 sections
Contents
  • Alternative characterizations
  • NEXPTIME-complete
  • Examples of NEXPTIME-complete problems
  • Succinct problems
  • Logic
  • Games
  • See also
  • References

In computational complexity theory, the complexity class NEXPTIME (sometimes called NEXP) is the set of decision problems that can be solved by a non-deterministic Turing machine using time 2^{n^{O(1)}}.

In terms of NTIME, \mathsf{NEXPTIME} = \bigcup_{k\in\mathbb{N}} \mathsf{NTIME}(2^{n^k})

Available in 11 languages

via Wikidata sitelinks · CC0

Connections

Categories