Generic Data Structures and Algorithms in .NET 2.0

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


See also