give a detailed description of a turing machine m which halts on every input and whe 5188167
Give a detailed description of a Turing Machine M which halts on every input and, when given a string x ∈ {0, 1}* , accepts if and only if there are strings y, z ∈ {0, 1}* and a non-negative integer n such that |y| = |z| = n and x = y1n z. Your Turing Machine must not alter any blank tape squares. That is, your machine is free to write over the contents of the tape containing the input, but it is not allowed to write any symbol to a blank tape square other than a blank symbol
(a) A detailed description of the tape alphabet Γ (if you use any extra tape characters), giving the purpose of each extra character you introduce beyond Σ and the blank character.
(b) A detailed description of the movement of the read-write head on an arbitrary input.