Question: A nondeterministic Turing machine M with start state q 0 and accepting state q f has the following transition function: (q,a) 0 1 B q0
A nondeterministic Turing machine M with start state q0 and accepting state qf has the following transition function:
(q,a) 0 1 B
q0 {(q1,0,R)} {(q1,0,R)} {(q1,0,R)}
q1 {(q1,1,R), (q2,0,L)} {(q1,1,R), (q2,1,L)} {(q1,1,R), (q2,B,L)}
q2 {(qf,0,R)} {(q2,1,L)} {}
qf {} {} {}
Simulate all sequences of 5 moves, starting from initial ID q01010. Find, in the list below, one of the ID's reachable from the initial ID in EXACTLY 5 moves.
a) 0111q21
b) 0111q1
c) 011q21
d) 011111q1
Explain me the solution plz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
