Expand description
rust_sort is a collection of sorting algorithms implemented purely for educational purposes.
- bubble sort
- selection sort
- insertion sort
- cocktail sort
- merge sort
- quick sort
TODO
- tim sort
- heap sort
- counting sort
- bucket sort
- radix sort
- bogo sort
- sleep sort