So in CS 138 we had an assignment where, using hash tables in C++, we had to produce the hgihest scoring Scrabble word given a hand of letters. This was reasonably fast, but the code is sort of messy.
While Scrabble rules are straightforward, mastering the game can be tricky, especially if you’re not a word connoisseur. But ...