Skip to content

1byte2bytes/SortingAlgos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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