Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 314 Bytes

SortingAlgorithms

A bunch of sorting algorithms that I try to recreate.

Types of Algorithms

  • Selective Sort
  • Merge Sort
  • Insertion Sort
  • Quick Sort
  • Heap Sort

Warning

Yes, the code may be horrible, but these are for educational purposes and not meant to be used "professionally."