live: https://sorting-visualisation-anilkumar.netlify.app/
This is a simple web-based sorting visualizer built using HTML, CSS, and JavaScript. It helps users understand how different sorting algorithms work through animated bar visuals.
- Visualizes common sorting algorithms:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Random array generation
- Clean and responsive user interface
- HTML
- CSS
- JavaScript
- Clone the repository: git clone https://github.com/anilKumar-9/sorting-visualizer.git
markdown Copy Edit
- Open the
index.htmlfile in your browser.
No setup or installation required.