A web application built using HTML, CSS, and JavaScript to visualize classic sorting algorithms such as Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, and Quick Sort.
I created this Sorting Algorithm Visualizer to:
1.Improve my skills in HTML, CSS, and JavaScript. 2.Help beginners in programming understand sorting algorithms through interactive visualizations. 3.Provide an engaging way to see how different sorting algorithms work in real-time.
This application supports the following sorting algorithms:
- Bubble Sort.
- Insertion Sort.
- Selection Sort.
- Merge Sort.
- Quick Sort.