How do you copy string?
http://morphett.info/turing/turing.html
This site lets you simulate a Turing machine. I want to make a program which copies the input one space further. It's easy to do if you introduce new symbols into the tape besides " ","0", "1", but I can't do it with just these three.
This is not homework, no CS curriculum ever requires their students to do something like this.
As a side question, could you also make a program that adds two numbers without introducing any new symbols? For example, inputting "101101 11" should output "110001", which is their sum
http://morphett.info/turing/turing.html
This site lets you simulate a Turing machine. I want to make a program which copies the input one space further. It's easy to do if you introduce new symbols into the tape besides " ","0", "1", but I can't do it with just these three.
This is not homework, no CS curriculum ever requires their students to do something like this.
As a side question, could you also make a program that adds two numbers without introducing any new symbols? For example, inputting "101101 11" should output "110001", which is their sum
