A simple and interactive Sorting Algorithm Visualizer built using HTML, CSS, and JavaScript.
This project helps visualize how sorting algorithms work step by step.
(Deploy on GitHub Pages or Vercel and add your link here)
Sorting algorithms can be tricky to understand just by reading code.
This project provides a visual and interactive way to see how arrays get sorted using different algorithms.
- Visualizes the following algorithms:
- Bubble Sort
- Insertion Sort
- Selection Sort
- Color-coded bars to represent:
- Comparisons
- Swaps
- Sorted elements
- Interactive controls:
- Generate a new random array
- Adjust array size
- HTML5 β structure
- CSS3 β styling and animations
- JavaScript (ES6+) β sorting logic and visualization
- Clone this repository:
git clone https://github.com/sashreek-x/sorting-visualizer.git