Read Sipser § 3.1
- Relate the ideas of accept, reject, or loop to your experience with programming.
- For the Turing Machine presented in example 3.9, give the sequence of configurations that the machine enters when started on input string 11.
- For the Turing Machine presented in example 3.9, give the sequence of configurations that the machine enters when started on input string 1#1
- Give an implementation-level diagram of a Turing
machine that decides the language $$L = \{0^n1^n | n ≥ 0\}$$.