8000 GitHub - josinho101/sorting-visualizer at dependabot/npm_and_yarn/minimist-1.2.6
[go: up one dir, main page]

Skip to content

josinho101/sorting-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

0