fbpx
Wikipedia

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 which runs in time O(f(n)). Here O is the big O notation, f is some function, and n is the size of the input (for which the problem is to be decided).

Meaning Edit

This means that there is a non-deterministic machine which, for a given input of size n, will run in time O(f(n)) (i.e. within a constant multiple of f(n), for n greater than some value), and will always "reject" the input if the answer to the decision problem is "no" for that input, while if the answer is "yes" the machine will "accept" that input for at least one computation path. Equivalently, there is a deterministic Turing machine M that runs in time O(f(n)) and is able to check an O(f(n))-length certificate for an input; if the input is a "yes" instance, then at least one certificate is accepted, if the input is a "no" instance, no certificate can make the machine accept.

Space constraints Edit

The space available to the machine is not limited, although it cannot exceed O(f(n)), because the time available limits how much of the tape is reachable.

Relation to other complexity classes Edit

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 Edit

Complexity Zoo: NTIME(f(n)).

ntime, computational, complexity, theory, complexity, class, decision, problems, that, solved, deterministic, turing, machine, which, runs, time, here, notation, some, function, size, input, which, problem, decided, contents, meaning, space, constraints, relat. 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 which runs in time O f n Here O is the big O notation f is some function and n is the size of the input for which the problem is to be decided Contents 1 Meaning 2 Space constraints 3 Relation to other complexity classes 4 ReferencesMeaning EditThis means that there is a non deterministic machine which for a given input of size n will run in time O f n i e within a constant multiple of f n for n greater than some value and will always reject the input if the answer to the decision problem is no for that input while if the answer is yes the machine will accept that input for at least one computation path Equivalently there is a deterministic Turing machine M that runs in time O f n and is able to check an O f n length certificate for an input if the input is a yes instance then at least one certificate is accepted if the input is a no instance no certificate can make the machine accept Space constraints EditThe space available to the machine is not limited although it cannot exceed O f n because the time available limits how much of the tape is reachable Relation to other complexity classes EditThe well known complexity class NP can be defined in terms of NTIME as follows N P k N N T I M E n k displaystyle mathsf NP bigcup k in mathbb N mathsf NTIME n k nbsp Similarly the class NEXP is defined in terms of NTIME N E X P k N N T I M E 2 n k displaystyle mathsf NEXP bigcup k in mathbb N mathsf NTIME 2 n k nbsp 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 N T I M E t n D S P A C E t n displaystyle mathsf NTIME t n subseteq mathsf DSPACE t n nbsp A generalization of NTIME is ATIME defined with alternating Turing machines It turns out that N T I M E t n A T I M E t n D S P A C E t n displaystyle mathsf NTIME t n subseteq mathsf ATIME t n subseteq mathsf DSPACE t n nbsp References EditComplexity Zoo NTIME f n Retrieved from https en wikipedia org w index php title NTIME amp oldid 1156273070, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.