Granville Barnett

DSA 0.2.3 released

This is a minor release but the Data Structures and Algorithms (DSA) library continues to expand.

Some new additions in DSA 0.2.3 include BinarySearchTreeCollection<T>, and a host of new algorithms, utility methods and issue resolutions.

Visit the project site here, or download DSA 0.2.3.

The next release will be DSA 0.3 and will include a significant amount of new features, you can check out what DSA 0.3 is penned to have here.

DSA provides great VS debugging and LINQ support and all data structures can be used the same as those found in the BCL (they all implement the standard interfaces).  The majority of the algorithms are implemented as extension methods to provide seamless integration with the rest of the .NET stack.

As you may of guessed DSA drops require VS 2008. 

Download DSA 0.2.3.

Comments

No Comments