in reply to Re^4: Challenge: 8 Letters, Most Words
in thread Challenge: 8 Letters, Most Words
My method is to, for each word, count the number of words that can be made using its letters. I then choose the word with the highest count. I suppose the best combination could be something else entirely, though.