biri bu soruyu çözsun plsssss

wassail

New member
Design a Turing Machine that can move given binary values (0 and 1) to the end part of the tape in an organized way where 0s are followed by 1s. You will assume that the given input string always starts with a special symbol y and ends with the same special symbol. Consider the following example input/output instances as test cases for your design.

Sample Input Corresponding Output
y000110101y y000110101y000001111
y1y y1y1
yy yy
y01101y y01101y00111
y000111y y000111y000111
y111000y y111000y000111
 

HTML

Üst