Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 537 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 537 Bytes

Sorting Algorithm Visualizer 👁📈📉

This is a simple sorting algorithm visualizer I built in Javascript. It currently supports the following sorting algorithms:

  • Selection Sort
  • Merge Sort
  • Quick Sort
  • Heap Sort

The general infrastructure of the project allows for me to very easily add new sorting algorithms, so once I learn other algorithms in more depth, I'll add them to this visualizer 💪

Sorting Visualizer Gif