| > It seems clear to me that there is an optimal starting word I took one step further and calculated the optimal starting word for obtaining green matches (I assume that this also makes it likely to produce yellow matches, although I did not explicitly optimize for that). Beginning with the full list of 5-letter words, I calculated the frequency of each letter of the alphabet in each of the 5 possible positions for a 5 letter word. Then I iterated through the list a second time, this time assigning a score for each word equal to the sum of frequencies for each letter in its respective position. By a significant margin, the highest score is SLATE (over 1400). Runners up (over 1300) are SAUTE, SHIRE, and CRATE. Caveat: this approach assumes that all possible words are equally likely to be the answer. |
[0] https://gist.github.com/popey456963/a654e98d0180566b897b70ee...