The Wayback Machine - https://web.archive.org/web/20210125045109/https://github.com/josinho101/sorting-visualizer
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 

README.md

Sorting visualizer

Visualize different sorting algorithms

How to run

npm install

npm start

Algorithms

  1. Bubble sort
  2. Quick sort
  3. Merge sort

Screenshot

Before sorting

Screen

Ongoing sorting

Screen

Sorting completed

Screen