Wednesday, November 26, 2008

Data Structures in C#

I got into a discussion about generic data structures in C# today and that got me poking around on the web. Two worthwhile finds:
  1. An Extensive Examination of Data Structures Using C# 2.0 - A 6-part series on MSDN.
  2. The C5 Generic Collection Library - from the IT University of Copenhagen

0 comments: