Skip to content

alihussainiam/Universal-Turing-Machine-

Repository files navigation

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

About

Universal Turing Machine implementing binary encoding using Java Desktop Application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages