400 views
0 votes
0 votes

Given transition table of TM as follows,

  0 1 B
q0 qo,1,R, q0,0,R q1,B,R
q1 q0,1,R q0,0,R Halt
       

What is the language accepted by above single tape TM where q0 is start State.

Tape Alphabet {0,1,B} and input alphabet {0,1}.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
RahulVerma3 asked Apr 2
48 views
Is this the correct Turing machine for the language $0^n 1^n0^n$?assuming $ at the end and begining of the input tape
3 votes
3 votes
2 answers
3
3 votes
3 votes
1 answer
4