Skip to content

Implementations and documentation of busy beaver

Notifications You must be signed in to change notification settings

josejc/busybeaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Busy Beaver

My first repository, try to translate implementation of 'busy-beaver.c' to Go language

Try step by step, everyday a little...

  • busy-beaver.c: Source code original from "Computerphyle"
  • main.go: Run ;)
  • busybeaver.go: Implementation of different busybeavers and their execution
  • tape.go: Implementation of a tape for Turing Machine (busybeaver)
  • fitxers.pdf: Survey of implementations and case studies of Busy Beavers

More information: Wikipedia

Bonda...

For run: "$go run *.go"

Now splitting in different files for simplification the implementation

About

Implementations and documentation of busy beaver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published