Skip to content

m-m-adams/WordleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordleSolver

Automated solving for wordle

The basic idea is that a word is a good guess if it maximizes the expected information gain, or equivalently minimizes the remaining possible words. As the answer is not known, we sum the info gain across all possible answers and choose the guess with the highest expected return. This is equivalent to minimizing the average number of total guesses to solve the problem.

About

Automated solving for wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages