Next slide
Strategies
- Human: For debugging, let the user play
- Random: Pick letters at random
- Random restricted: Pick letters at random
from the remaining words
- Greedy unique: To minimize wrong, look for
the letter that is in the most words
- Greedy simple: Common human strategy,
pick the most frequent letter