Consider L4 = {<G> | G is a graph containing a route that visits each vertex exactly once}. L4 is not known to be in P.
Show a high-level description of a TM that decides L4 in nondeterministic polynomial time. Show your time complexity analysis of the TM.
Let M be the non-deterministic Turing machine.
The running time of M be
The length of the shortest sequence of moves accepting w if
1 if
such that the running time of M on w is m
The complexity of the NP class is the class of languages accepted by a polynomial non-deterministic turing machine.
Comments
Leave a comment