Category

C#

34 articles found

SP
C#

Static Methods Will Shock You

I’ll be frank.  I don’t like static methods.  They make me cringe.  In the universe of OO static methods are…

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…