- least common letters - e.g.: first guess is "jumpy", good for reducing remaining available letters.
- most common letters - e.g.: first guess is "arise"
- random words - same strategy from the video I posted
- least common letters - e.g.: first guess is "jumpy", good for reducing remaining available letters.
- most common letters - e.g.: first guess is "arise"
- random words - same strategy from the video I posted
- What’s the best heuristic for picking the next guess? Random? Words with the most common letters? Least common?
- Could a lookahead strategy reduce the number of guesses? Might be too performance-heavy, but worth exploring.
- What’s the best heuristic for picking the next guess? Random? Words with the most common letters? Least common?
- Could a lookahead strategy reduce the number of guesses? Might be too performance-heavy, but worth exploring.