Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 690 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 690 Bytes

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