0
6.0kviews
Design a Turing Machine which accepts all strings of the form anbn, n>=1
1 Answer
written 8.5 years ago by |
A Turing Machine has a 6-tuple representation as given below
M = (Q, ∑, I, q0, δ, F) where