latest version: Combinations.zip
This project creates all possible combinations (technically they are permutations, because the order does matter, but combinations is better for the everyday speech ;-) ) out of an inputstring.
The options are
* the input string (eg "ABCCADEA")
* the output length (long output lengths do require a lot of memory. Perhaps future versions will make inbetween drops to disk)
* the dictionary (optional, if a dictionary list has been submitted, only words that exist in that dictionary are allowed (also searches a lot faster than all permutations))
Download latest version
History: Click here for prior version history