This App is a simple simulation of Turing Machine
Spécification For the Input of the app are :
1- States
2-input symbols
3-tape symbols
4-empty cell symbol
5-Tape symbols
6-Final states
7-Starting state
8-Starting position
9-Transition function
10- Input size
11- Input to test
For The Output have to be :
The Input after been treated
Interface