Skip to content

AdrianBakke/busy_beaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

busy_beaver

Doing some busy beaver stuff in rust 4fun

want to run it?

in terminal:

-> cargo run --release <number of states> <number of symbols>

examples

To get the one below, run

-> cargo run --release 2 2

States Symbols
2 2

Alt text

score: 4


-> cargo run --release 3 2

States Symbols
3 2

Alt text

score: 6


-> cargo run --release 2 3

States Symbols
2 3

Alt text

score: 9

About

Doing some busy beaver stuff in rust 4fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages