A solver for Words With Friends and Scrabble, written in Scala, using a greedy brute-force approach. The given word starting position has the row number first (starting from 0), so (0, 0) is the ...
This is a JavaScript implementation of "The World's Fastest Scrabble Program", by Andrew W. Appel and Guy J. Jacobson. I followed their pseudocode closely to implement the algorithm. This is very much ...