Skip to content

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.

About

Generic Collections and Algorithms not Included in Standard .NET Libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published