Several improvements and new features:
* Use uppercase letters. * Print number of iterations it took to reach a steady state. * Add a --infinite mode that loops forever, and only prints the final outcome. * [WIP] Start with a random alphabet.
This commit is contained in:
parent
60d463a546
commit
48d1a97acd
2 changed files with 67 additions and 33 deletions
|
@ -26,3 +26,6 @@ with nearly any version of golang installed. Then execute it with
|
|||
```
|
||||
./alphabetter
|
||||
```
|
||||
|
||||
To loop forever, run with `--infinite`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue