Skip to content

A minimalistic sorting algorithm visualizer built using vanilla Javascript πŸ‘πŸ“ˆπŸ“‰

Notifications You must be signed in to change notification settings

igreat/sorting-algorithm-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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