HotDog's Blog

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

vbCity Blogs moved to:
http://cs.vbcity.com/blogs
  Home :: Syndication  :: Login

OctNovember 2009Dec
SMTWTFS
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

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