This script constructs a trie from a list of English words and then allows the user to find all the words possible to form with a given set of letters.
Credit for the word list goes to: https://github.com/dwyl/english-words
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This script constructs a trie from a list of English words and then allows the user to find all the words possible to form with a given set of letters.
Credit for the word list goes to: https://github.com/dwyl/english-words