Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 274 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 274 Bytes

Sorting Visualizer

This project is a simple tool for visualizing various sorting algorithms within the browser.dd

To run it locally, just open index.html.

Available sorting algorithms

  • merge sort
  • heap sort
  • quick sort
  • radix sort
  • selection sort
  • bubble sort