3 comments

[ 6.7 ms ] story [ 34.9 ms ] thread
I've written a very fast Scrabble program in JavaScript which I think should perform on par with it (i.e greedy algorithm that chooses word with best possible score for the next move)

http://amnond.github.io/jscrab/