Turing machine

About the input of the Turing machine

The input represents tuple of integers as (3, 4, 10). The input on the tape is written in unary and arguments are separated by a comma. For instance, (3, 4, 10) is represented by

111,1111,1111111111



About the description of the Turing machine

The produced machine is represented as follows. Also: