See-Sort is a sorting visualizer that dynamically demonstrates various sorting algorithms to provide a visual understanding of their operations.
See-Sort is designed to help users visualize the inner workings of different sorting algorithms. By providing a graphical representation of the sorting process, users can gain a better understanding of how these algorithms operate and make decisions.
- Real-time visualization of sorting algorithms.
- Adjustable speed for better comprehension.
- User-friendly interface.
See-Sort currently supports the following sorting algorithms:
- Bubble Sort
- Merge Sort
- Selection Sort
- Quick Sort
- Insertion Sort
- Head Sort
To see See-Sort in action, check out the live demo.
-
Clone the repository:
git clone https://github.com/deepencoding/See-Sort.git
-
Open index.html in your preferred web browser.
-
Adjust the speed slider to control the visualization speed.
-
Adjust the size slider to resize the array.
-
Choose a sorting algorithm from the buttons to start sorting.