Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 860 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 860 Bytes

sortingAlgorithmsTimes

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