You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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).