/Sorting-Algorithms

Common sorting algorithms in C#.

Primary LanguageC#MIT LicenseMIT

Sorting Algorithms

Implementations of common sorting algorithms in C#.

Makes use of generics, so you can sort anything that implements IComparable.

Includes

  • Bubble Sort
  • Comb Sort
  • Insertion Sort

Todo

  • Merge Sort
  • Quicksort
  • Slowsort ('cause why not)
  • Heapsort