Skip to content

An Interactive web app built in React that visualizes sorting algorithms

License

Notifications You must be signed in to change notification settings

sahajkedia/algorithm-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Interactive web app built in React that visualizes sorting algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.7%
  • CSS 2.8%
  • HTML 2.5%