Skip to content

kirby-b/Sorting-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

I researched a bunch of different sorting algorithms while bored in class and decided to start making them. If I dont have a sort type here, I will have it eventually.

Featured Algorithms

-Purposefully Bad Sorts
Bogo Sort

-Comparison/Practical Sorts
Quick sort

Bubble sort

Merge sort