Skip to content

Commit aa9519b

Browse files
committed
More elimination for yellow results
1 parent 858660c commit aa9519b

8 files changed

Lines changed: 2699 additions & 2654 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ user 0m17.029s
8484
sys 0m1.063s
8585
8686
$ grep "success" guess_nums_6.csv | cut -d',' -f3 | cut -d':' -f2 | awk 's+=$1{print s/NR}' | tail -n 1 # Average number of guesses
87-
4.26687
87+
3.72113
8888
```
8989

9090
## Best Results
@@ -99,6 +99,10 @@ Number of correct games over entire dictionary.
9999

100100
- Average guesses on success: 4.26687
101101

102+
- `v3.0`: 99.83%
103+
104+
- Average guesses on success: 3.72113
105+
102106
## Overview
103107

104108
There is a `Checker` and `Solver`. These two entities comprise the Wordle game. The `Solver` is the "player" while the `Checker` is the "referee."

0 commit comments

Comments
 (0)