-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wordle: Use letter frequencies calculated on the answers only.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule wordle
updated
10 files
+5 −0 | answers.txt | |
+16 −4 | get-letter-freqs.py | |
+52 −0 | get-word-letter-freqs.sh | |
+27 −0 | letter-freqs.all-answers.tsv | |
+27 −0 | letter-freqs.answers.tsv | |
+9 −8 | performance.tsv | |
+ − | performance/2022-01-29.1.de9fdac.png | |
+1 −1 | simulator.py | |
+1 −1 | views.py | |
+1 −1 | wordle.py |