Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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