Link to view: https://suddenlypineapple.github.io/sortingAlgorithmsTimes/sorting_algorithms_times.html
Project was created to check JavaScript performance for various sorting algorithms and as mini project for my university work. You can find here source code of most common used sorting algorithms and also choose the best one algorithm for your own purpose.
Tested algorithms:
- Bubble Sort
- Cocktail Sort
- Comb Sort
- Selection Sort
- Insertion Sort
- Gnome Sort
- Counting Sort
- Bucket Sort
- LSD Radix Sort
- Radix Bucket Sort
- Merge Sort
- Shell Sort
- Heap Sort
- Quick Sort
- Java Script Default Sort