A Sorting Algorithm Visualizer built with HTML, CSS, and JavaScript. This project helps users understand how different sorting algorithms work through interactive animations.
- Visual representation of sorting algorithms
- Adjustable speed and array size
- Clean and responsive UI
- HTML for structure
- CSS for styling
- JavaScript for logic and animations
- Clone the repository:
git clone https://github.com/shaina-gh/Sorting-Visualizer.git cd Sorting-Visualizer
- Open
index.html
in a browser. - (Optional) Run a local server:
python3 -m http.server
Check it out on Netlify (if deployed):
👉 Live Demo