/Universal-Turing-Machine-

Universal Turing Machine implementing binary encoding using Java Desktop Application

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Instructions

LOAD:

  • If you place the file in the UTM directory then Path=>"anbn.txt"
  • Else Path=>"Completepath" Note use "//" instead of '/'
FinalState = "STOP"	

Format For input Tape:
( State0, Symbol, Statenew, Symbolnew, Move )
		.
		.
		.
		n
!
Startstate
Blanksymbol
Input

Sample Encodings Available

  • Binary Addition.txt
  • Binary Subtraction.txt
  • Binary n.txt
  • WWR2.txt
  • anbn.txt
  • unary-multiplication.txt