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:
2021-04-06 03:02:18 +00:00
parent 60d463a546
commit 48d1a97acd
2 changed files with 67 additions and 33 deletions

View File

@ -26,3 +26,6 @@ with nearly any version of golang installed. Then execute it with
```
./alphabetter
```
To loop forever, run with `--infinite`.