/SortingAlgos

Various sorting algorithyms I've implemented in C#

Primary LanguageC#MIT LicenseMIT


SortingAlgos

What in the world is this?

A set of sorting algorithms I made in C#. I don't know why you'd really use these, since they're not optimized at all.

Implemented Algorithms

  • Bubble Sort
  • Shaker Sort
  • Comb sort

Algorithms coming soon

  • Shell sort