An interactive Sorting Algorithm Visualizer built using HTML, CSS, and JavaScript.
This project visually demonstrates how popular sorting algorithms work step-by-step using animated bars and an adjustable speed controller.
- π¨ Clean and modern user interface
- π Visual representation using bars of different heights
- β±οΈ Adjustable animation speed
- π Generate a new random array anytime
- β‘ Multiple sorting algorithms implemented
- π§ͺ Basic unit tests included
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
Each algorithm is animated to clearly show comparisons and swaps in real time.
- HTML5
- CSS3
- JavaScript (ES6)
No external libraries or frameworks are required.
git clone https://github.com/your-username/sorting-visualizer.git
### BUIlD
No build step is required.
1. Open `index.html` in any modern web browser
2. The project runs completely on the client side