Skip to content

oschmid/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle

Port of Aditya Sengupta's wordle solver to Scala to learn some basic Scala syntax.

His algorithm uses information theory (specifically differential entropy) to choose the guess that will most evenly partition the possible answers. Intuitively, this is similar to how binary search is the most efficient algorithm for finding a randomly chosen number between 0-100 as it divides the search space into 2 even buckets at every step.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages