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