Skip to content

Generic Collections and Algorithms not Included in Standard .NET Libraries

License

Notifications You must be signed in to change notification settings

NickSchweitzer/Collections

Repository files navigation

Collections

AppVeyor AppVeyor tests GitHub Read the Docs Codecov

Generic Collections and Algorithms not Included in Standard .NET Libraries

Overview

This library contains implementations of the following collections:

  • Unbalanced Binary Search Tree
  • Red Black Tree
  • AVL Tree
  • SkipList
  • LinkedList
  • Command Line Arguments Collection

This library also contains implementations for the following sorting algorithms:

  • Quick Sort
  • Bubble Sort
  • Heap Sort
  • Odd Even Sort
  • Comb Sort
  • Shell Sort
  • Bitonic Merge Sort
  • Insertion Sort
  • Selection Sort

More documentation on the classes, including sample code can be found on ReadTheDocs.

Releases

No releases published

Packages

No packages published