/algorithm-visualizer

An Interactive web app built in React that visualizes popular sorting algorithms

Primary LanguageJavaScriptMIT LicenseMIT

Algorithm Visualizer

DEMO :

merge-sort-demo

TODO :

  • 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