Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 477 Bytes

File metadata and controls

12 lines (9 loc) · 477 Bytes


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