In this repo, I build and test several classic and custom sorting algorithms from scratch.
- InsertionSort
- MergeSort
- QuickSort
- TimSort
- A modified QuickSort that switches to insertion sort after a certain cutoff
In this repo, I implement several different classic sorting algorithms (mergesort, quicksort, timsort, etc.) and perform a comparative runtime analysis
Java