Skip to content

andkerr/simplesorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms

Check out some sorting algorithms in your browser (really, look at them go!), built with vanilla JavaScript.

This a work in progress. Currently, I have implemented the following sorting algorithms:

  • Merge Sort
  • Heap Sort
  • Quick Sort

...and think the following additions could be interesting:

  • tracking the number of comparisons and swaps performed by an algorithm
  • visualizing comparison operations by highlighting columns

Head over to https://andkerr.github.io/simplesorter, and sort away!

By Andrew Kerr kerrand@protonmail.com

About

Visualize sorting algorithms in your browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published