|
|
|
|
|
by jonathankoren
1613 days ago
|
|
I made my own Wordle solver recently that uses frequency analysis of letters and bigrams of five letter English words as a scoring function. It works fairly well. Someone in this discussion suggested using frequency analysis at position, which seems interesting, especially when trying to locate misplaced letters. I might have to try that. https://github.com/jonathankoren/wordle-solver |
|