wordsearch
wordsearch copied to clipboard
Default Word Lists
Allow for throwing a dictionary with 1000s of words at the solver. This would make it possible for solving mystry wordsearches which don't come with a list.
See #29
See #3
It seems that a word list of 500k elements takes around a second. This is really fast. This is still too slow to do on the main thread. Waiting for https://github.com/facebook/create-react-app/issues/3660