Skip to content

SuddenlyPineapple/sortingAlgorithmsTimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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