Skip to content

A Turing Virtual Machine, that detects infinite loops (thus solving the "Turing's Halting Problem"). This code solves the Busy Beaver problem too (it relies on the solution of the Halting Problem).

License

Notifications You must be signed in to change notification settings

arkenidar/turingvm_halting_busybeavers.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

turingvm_halting_busybeavers.java

This program is solving the "busy beaver problem". The exit conditions:

  • Halting State is reached
  • End Of Tape is reached
  • Infinite Looping is detected

About

A Turing Virtual Machine, that detects infinite loops (thus solving the "Turing's Halting Problem"). This code solves the Busy Beaver problem too (it relies on the solution of the Halting Problem).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published