This small application, which is built using Vue.js, gives us the ability to visualize and play around with different sorting algorithms. Building following application helped me to dive deeper and understand sorting algorithms better. Feel free to check the visualizer here.
Algorithms used:
- Bubble sort
- Heap sort
- Merge sort
- Quick sort
- Selection sort