- NTIME
-
In computational complexity theory, the complexity class NTIME(f(n)) is the set of decision problems that can be solved by a non-deterministic Turing machine using time O(f(n)), and unlimited space.
The well-known complexity class NP can be defined in terms of NTIME as follows:
Similarly, the class NEXP is defined in terms of NTIME:
The non-deterministic time hierarchy theorem says that nondeterministic machines can solve more problems in asymptotically more time.
NTIME is also related to DSPACE in the following way. For any time constructible function t(n), we have
.
A generalization of NTIME is ATIME, defined with alternating Turing machines. It turns out that
.
References
Complexity Zoo: NTIME(f(n)).
Important complexity classes (more) Classes considered feasible Classes suspected to be infeasible UP • NP (NP-complete · NP-hard · co-NP · co-NP-complete) • AM • PH • PP • #P (#P-complete) • IP • PSPACE (PSPACE-complete)Classes considered infeasible Class hierarchies Families of complexity classes P ≟ NP This theoretical computer science-related article is a stub. You can help Wikipedia by expanding it.