0
3.8kviews
Design a turing machine to accept the language 0^n 1^n 2^n

Mumbai University > Computer Engineering > Sem 4 > Theoretical Computer Science

Marks: 10M

Year: Dec 2016

1 Answer
1
181views

A Turing Machine is a 6-tuple

  • M = (Q, ∑, I, q0, δ, F) where

    1. Q - finite, non-empty set of states

    2. ∑ - finite set of at least 2 symbols: the alphabet. ^ ∈ ∑

    3. I - non-empty subset of ∑; ^ ∉ I; input alphabet

    4. q0 - q0 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.