This project is a web-based Sorting Visualizer that helps users understand how various sorting algorithms work through dynamic animations. It demonstrates how algorithms like Bubble Sort, Insertion Sort, Heap Sort, and more operate on an array of data.
- Visual representation of multiple sorting algorithms
- Adjustable array size and animation speed
- Color-coded bars for clarity
- Clean and responsive user interface
- 🟦 Bubble Sort
- 🟨 Insertion Sort
- 🟧 Heap Sort
- 🟥 And others (can be extended easily)
- HTML
- CSS / SCSS
- JavaScript