HotDog's Blog

Hotdog (Robert Verpalen) about C# and vb.net

This blog hosted by:
http://blogs.vbcity.com      
  Home :: Syndication  :: Login

AprMay 2008Jun
SMTWTFS
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567

Articles

Archives

Topics

CONTACT

Fun but useful linkies

General

VS 2005

Wolfenstein ET

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

posted on Saturday, March 12, 2005 4:20 AM