-
Notifications
You must be signed in to change notification settings - Fork 2
Unscramble words in browser with a variety of dictionaries
bgrins/wordsolver.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
wordsolver.js var results = wordsolver.solve("rtaece", { 'cat': 1, 'cart: 1, 'care: 1 }); results == {"3":["cat"],"4":["care","cart"]} results is a hash split into values with key as the number of letters and value as the array of letters found with that number of letters.
About
Unscramble words in browser with a variety of dictionaries
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published