Busy Beaver game: an attempt to find a program that eventually halts while producing the largest output
beaver32.rs: is a 3-state, 2-symbol busy beaver which is known to have an output of 6. Formally, one might write it as
beaver42.rs: 4-state, 2-symbol:
state_beaver.rs: utilises vectors for the change of state function instead of using if/else statements; allows for easy maninpulation and expansion