Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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's

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Autonomous Database In Enterprise Architecture

Authors: Bal Mukund Sharma, Krishnakumar KM, Rashmi Panda

1st Edition

1801072248, 978-1801072243

More Books

Students also viewed these Databases questions

Question

Describe the key concepts in international business.

Answered: 1 week ago