I got to thinking, what if the word was say, concentrate, and I could just give DOS a command line like "MakeWords con ent ate" and it would come up with every combination, legal or not.
I could then go through it with Word or something, and come up with a list of possible words.
Damn me and my stupid gob.
I figured this was a recursive sort of problem, since you're doing the same task each time, just with bigger or smaller segments of the word. I'd do it in java, but you can't incremement characters in java (Please read "Why oh why do Sun do this to me?" for more information
I've been trying to figure out the recursion (since I figured that would be the fastest way), and I'm more than a little stuck, to say the least.
Any ideas?
-Mole
