QUESTION 10 A Turing machine is described by the following transition rules (0 is the start state). (0,a,a, R, 1) (1,a,a
Posted: Sun Jul 10, 2022 11:25 am
QUESTION 10 A Turing machine is described by the following transition rules (0 is the start state). (0,a,a, R, 1) (1,a,a,R,2) (2,a,a,R,2) (2,b,b,R,2) (2,b,b,R,3) (3,A,A,R,Halt) Which of the following input strings will be accepted by the Turing Machine O abaaaab aaaaab O abbbba O bbbbb