GitHub - SuddenlyPineapple/sortingAlgorithmsTimes: ⏱️ Script for checking how your PC handles sorting algorithms in the browser · GitHub
Skip to content

SuddenlyPineapple/sortingAlgorithmsTimes

Folders and files

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

Releases

No releases published

Packages

Contributors