Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 976 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 976 Bytes

Wordle Solver

Program calculating the most effective current guessing word in game Wordle.

Source for idea

Video "Solving Wordle using information theory" from 3b1b channel:

https://www.youtube.com/watch?v=v68zYyaEmEA

How program works

First, program iterate through all possible five-letter words where every letter is different to evaluate number of bits (how many times on average chosen word halves total number of possible words). It is done by generating all combinations of letters' states and assigning for each word a value based on formula below: