Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 355 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 355 Bytes

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