Watch video https://www.youtube.com/watch?v=14oa9QBT5Js
Visualization and comparison of 9 different sorting algorithms:
- selection sort
- shell sort
- insertion sort
- merge sort
- quick sort
- heap sort
- bubble sort
- comb sort
- cocktail sort
The algorithms are used in 4 types of input data:
- random
- few unique
- reversed
- almost sorted
See the LICENSE file for license rights and limitations (MIT).