Skip to content

Seabool/sort-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

You can see it here!

Why?

I liked the application that was created by the Clément Mihailescu, so I decided to create it myself in JavaScript.

Sorting algorithms already added to the app:

  • Bubble sort
  • Insertion Sort

Sorting algorithms I want to add:

  • Selection Sort.
  • Merge Sort.
  • Quick Sort.

Todos