Tuesday, April 19, 2011

Like-A-Text-Twist Game

This is similar to a text-twist game. Given a string, create a program that will generate the matches found on the DictionaryWords.txt file

Example:

String: abacas

Matches:

1. aba
2. abaca
3. aa
4. ab
5. abacas
etc..


download DictionaryWords.txt here

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...