This is a submodule for my main project, sorting-visualiser.
It will implement a variety of algorithms. One is Fisher-Yates shuffle (already implemented) and the rest are all comparison-based sorting algorithms (apart from Bogosort).
- Fisher-Yates shuffle
- Bubble sort
- Cocktail shaker sort
- Insertion sort
- Selection sort
- Shell sort
- Timsort
- Heapsort
- Quicksort
- Mergesort
- Bogosort
- Slowsort