A React-based visualization tool for classic sorting algorithms like Merge Sort, Quick Sort, Heap Sort, and Bubble Sort.
Watch algorithms come to life with color-coded bars and smooth animations.
- Visualize sorting step-by-step
- Color highlights for comparisons and swaps
- Adjustable animation speed
- Simple UI with “Generate New Array” and sorting buttons
- Clean, modular React + CSS setup
- React (via Create React App)
- Vanilla JavaScript for algorithms
- CSS for layout and bar styling
git clone https://github.com/rohitkpatel7/sorting-visualizer.git
cd sorting-visualizer
npm install
npm start