Lazycoder

29Apr/051

Design Patterns for Searching in C#

Design Patterns for Searching in C#

Just a quick link to get this up on my page. This is a great source. I don’t remembe where I first saw this link this morning. If I find out, I’ll be sure to give them credit for finding this.

My favorites so far: Simulated Annealing and Dynamic Programming. I worked with guys that did a lot of this kind of stuff and it’s great to see that it’s a little easier to do in C# using generics than it was in Java.

Filed under: .NET, C# Leave a comment
  • http://www.msmvps.com/WilliamRyan Bill

    Sweet link man – I’m loving it!