- Add Array Bars to show sorting algorithm ✅
- Algorithm for merge sort ✅
- Add animation for array bars in merge sort ✅
- Add animation for array bars, show the comparing, swapping and sorted animation ✅
- Implement Bubble Sort algorithm ✅
- Implement Quick Sort algorithm ✅
- Setup Navbar
- Show option for switching different algorithms
- Button for generating new array
- Add Slider for array size and animation speed
sourabsurana/algorithm-visualizer
An Interactive web app built in React that visualizes sorting algorithms
JavaScriptMIT