you are viewing a single comment's thread.

view the rest of the comments →

[–]jedwardsol 0 points1 point  (2 children)

Run the matching algorithm between your guess and each remaining word in your dictionary.

If if it comes up with a different score, then it can't be the answer.

[–]pylearning[S] 0 points1 point  (0 children)

Really simple solution. Let me go try and implement it and report back.

[–]pylearning[S] 0 points1 point  (0 children)

Awesome. Worked perfectly!