NGenerics Born

My data structures article on CodeProject has grown up and became a project on CodePlex GitHub.

In order to do this, a couple of major changes had to be made - like changing all the namespaces to NGenerics.*.

The new version includes a Binary Search Tree, Euclid’s Algorithm, and a couple of changes to the BinaryTree, GeneralTree, and Matrix classes.

Photo by Markus Spiske on Unsplash

Generic Data Structures and Algorithms in .NET 2.0

I’ve posted an article on generic data structures on CodeProject.

At the moment, it provides the following data structures :

  • Deque
  • GeneralTree
  • BinaryTree
  • SorterList
  • Heap
  • Bag
  • Set
  • Graph
  • Association
  • Matrix

A couple of sorting algorithms has also been implemented.

If you get a change, go check it out, and give me some feedback.

Photo by Clint Adair on Unsplash