I have to figure out if this language
L = { ww | w {0,1}*}
is decidable by a Turing machine. The TM has 1 tape and 2 heads/pointers. The input string is finite. Any suggestions on how to solve it ?
The way I see it, if I know the length of the string, it's easy to solve it.