Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

draw_it_solver

n-choose-k solver for the game Draw Something, implemented in Matlab.

why? uh, .. suddenly I realized it was an n-choose-k problem and wondered if I could solve it. LOL

Note: the word options are limited by the word library. Pop star names, etc. aren't in this library and so won't be returned.

Input: the letters you have, and the number of spaces Output: a list of potential words

Resources: a dictionary library from the internet
http://www.isc.ro/en/commands/lists.html

About

n choose k solver for the game Draw Something, implemented in Matlab. Enter the letters given, and the word length, and the draw-it-solver returns a list of possible words out of a word library.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors