This is a web app made using vanilla JavaScript that helps you visualize how different sorting algorithms work the 5 algorithms featured are:
- Bubble sort
- insertion sort
- selection sort
- merge sort
- quick sort
Take a look at the live site here: https://smayan-n.github.io/Sorting-Algorithm-Visualizer/