Category

Algorithms

14 articles found

SP
Algorithms

The Power of Func<>

I remember why I love C#. After spending the last two years or so writing mainly Java code, getting back…

SP
Algorithms

Importunate Permutations

Here is an interesting programming problem: Calculate all the permutations of a string. For example, the permutations of “abc” are: abc…