Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 462 Bytes

Sorting visualizer

A visualizer built using HTML, CSS and vanilla JS which visualizes various sorting algorithms

Check out the live demo here

sorting visualizer output

Sorting Algorithms visualized

  1. Bubble sort
  2. Insertion sort
  3. Selection sort
  4. Merge sort
  5. Quick sort
  6. Heap