Skip to content

Java program that calculates 3-state, 2-symbol busy beaver

License

Notifications You must be signed in to change notification settings

MrQuba/3-State-Busy-Beaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

3-State-Busy-Beaver

Simple Java program that calculates 3 state busy beaver (you can find state table I used here: https://en.wikipedia.org/wiki/Turing_machine)

How to compile & run

Windows

  1. Open cmd
  2. Go to folder where you put .java file
  3. Type in:
javac Main.exe
  1. To run type:
java Main

About

Java program that calculates 3-state, 2-symbol busy beaver

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages