A tool to visualize sorting algorithms built using ReactJS
Website is live here
✅ Control Visualization Speed
✅ Change array size
✅ Randomize Input
✅ Choose various sorting algorithms
✅ Bubble Sort
✅ Insertion Sort
✅ Selection Sort
✅ Quick Sort
✅ Merge Sort
✅ Heap Sort
- clone the repo
git https://github.com/ashirbad29/Sorting-Algorithm-Visualizer.git
- Navigate to that folder
cd Sorting-Algorithm-Visualizer
- install required dependencies
npm install
- start the project locally
npm start