Skip to content

Commit

Permalink
[MOREL-94] Wordle solver
Browse files Browse the repository at this point in the history
This code example solves the Wordle word puzzle. It includes
the corpus of words and solutions used by the actual web site,
and has a mechanism for choosing the optimal guess given the
information from previous guesses.

As future work, we could benchmark this solver against other
solvers, and see which takes fewest guesses on average.
  • Loading branch information
julianhyde committed Jan 4, 2022
1 parent 68b5221 commit bb77fe7
Show file tree
Hide file tree
Showing 2 changed files with 4,024 additions and 0 deletions.
Loading

0 comments on commit bb77fe7

Please sign in to comment.