Sorting Visualizer is a web application that helps users visualize different sorting algorithms in action. Built with HTML, CSS, and JavaScript, this tool allows users to interactively watch how sorting algorithms work step by step π’π.
- Interactive visualization of sorting algorithms π¨.
- Supports multiple sorting algorithms like Bubble Sort, Selection Sort, Insertion Sort etc. π.
- Responsive and user-friendly interface π±.
- Option to control the speed of the visualization β±οΈ.
- Bubble Sort π
- Insertion Sort π§
- Selection Sort π―
Users can choose an algorithm and watch how the array of elements gets sorted in real time. The project allows for an easy understanding of the steps involved in sorting, making it a great tool for learning how different algorithms work π§ .
- Clone this repository π.
- Open the
index.htmlfile in any browser π to start visualizing sorting algorithms.
Feel free to experiment with the speed and array sizes to observe how the algorithms behave with different inputs βοΈ.
You can view the live version here: Sorting Visualizer π