Posts tagged with “CSharp”

Generate all combinations of a sequence

I was after an algorithm that could product every combination of a string of characters.

…more

Generating random, unique values C#

I thought that I was after an algorithm that shuffled an array of characters but in fact I was after something else.

…more