This web application is built using HTML, CSS, and Javascript to visualize classic sorting algorithms. (Yes, we have decided what the classics are😭😭.)
Live- sorting visualizer
Code- sort visualizer code
Our Sorting Algorithm Visualizer is an interactive tool designed to help users understand and visualize various sorting algorithms. By representing data as colorful geometric shapes, this visualizer demonstrates how different algorithms organize data, allowing users to see the processes in action.
- Bubble Sort.
- Insertion Sort.
- Selection Sort.
- Merge Sort.
- Quick Sort.
We will add more in the future, maybe