/Collections

Generic Collections and Algorithms not Included in Standard .NET Libraries

Primary LanguageC#MIT LicenseMIT

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.