/draw_it_solver

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.

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