A React-based interactive visualizer for understanding popular sorting algorithms such as Merge Sort, Quick Sort, Heap Sort, and Bubble Sort.
- Step-by-step animations for sorting algorithms
- Adjustable array size and animation speed
- Multiple algorithm choices
- Clean and responsive UI
- Built using reusable React components
- Merge Sort
- Quick Sort
- Heap Sort
- Bubble Sort
Each algorithm is visualized with clear transitions to help understand its behavior and time complexity.
- React.js
- JavaScript (ES6+)
- HTML, CSS
git clone https://github.com/snehaprajapati25/Sorting-Visualizer.git
cd Sorting-Visualizer
### Install dependencies
```bash
npm install
npm start
---
Your app will be available at:
👉 http://localhost:3000