8000 GitHub - bgrins/wordsolver.js: Unscramble words in browser with a variety of dictionaries
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bgrins/wordsolver.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published
0