Turing Increment

Problem #249

Tags: turing classical binary special

Who solved this?

No translations... yet

Here comes the first of exercises to be solved using Turing's Machine. Please refer to that article for the syntax used. Click Turing button below solution area to run your code. Submit when you are satisfied.

Problem Statement

The tape contains binary number, consisting of 0s and 1s (all remaining tape to the left and right is filled with spaces).

Create a program which increments this value by 1.

For example:

Robot starts at the leftmost digit.

Input below is given just for you to play with. Feel free to change it to any other. Your solution on the server will be tested against several different inputs. Answer is also ignored.

You need to login to get test data and submit solution.