It is a web application using HTML, CSS, Javascript to visualize how various sorting algorithms work.
Algorithms Implemented:
- Bubble sort
- Selection sort
- Insertion sort
- Merge sort
- Quick sort
- Heap sort
🔗 You can take a look at the live running website: https://dee-goyal.github.io/Sorting-Visualizer/