Tools to help you cheat in Scrabble
This app uses the TWL06 word list from wordgamedictionary.com
A directed acyclic word graph implemented in JavaScript. A DAWG was chosen over a Trie because a DAWG greatly reduces the number of nodes, and we do not need to store any extra information about the words on the nodes.
You only need to compile to code once:
npm run compileAnd then you can run the find-prefix script:
npm run find-prefix <prefix>