Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please help with all three problems. Thanks! (10 points) Program the Turing Machine simulator to interchange two strings over {0,1} separated by a #. That
please help with all three problems. Thanks!
(10 points) Program the Turing Machine simulator to interchange two strings over {0,1} separated by a #. That is, on input wi#w2, program the Turing Machine simu- lator to replace the input with w2#wi and then halt by accepting. Example: on input 010#11011 the simulator should replace the input with 11011#010 and then accept. Re- ject any input not in proper form. (Why is this Turing Machine abuse?) (15 points) A palidrome is a string which reads the same forward as backward. For a string w = $12... Sn of length n this means si = Sn+1-i. Let us define an antipalidrome as a string w = 8182 ... Sn for which si + Sn+1-i. Program the Turing Machine simulator to accept antipalindromes over {0,1} of arbitrary length. (15 points) Program the Turing Machine simulator to recognize strings over {0,1} with equal number of l's and O's. (10 points) Program the Turing Machine simulator to interchange two strings over {0,1} separated by a #. That is, on input wi#w2, program the Turing Machine simu- lator to replace the input with w2#wi and then halt by accepting. Example: on input 010#11011 the simulator should replace the input with 11011#010 and then accept. Re- ject any input not in proper form. (Why is this Turing Machine abuse?) (15 points) A palidrome is a string which reads the same forward as backward. For a string w = $12... Sn of length n this means si = Sn+1-i. Let us define an antipalidrome as a string w = 8182 ... Sn for which si + Sn+1-i. Program the Turing Machine simulator to accept antipalindromes over {0,1} of arbitrary length. (15 points) Program the Turing Machine simulator to recognize strings over {0,1} with equal number of l's and O'sStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started