Sorting Visualizer
HTML CanvasJavascriptCSSAlgebra
Tuesday, October 10, 2023
Sorting Visualizer is an educational tool designed to help users understand the mechanics of sorting algorithms. It visualizes six sorting algorithms: Bubble Sort, Insertion Sort, Selection Sort, Quick Sort, Heap Sort, and Bogo Sort. The interactive interface allows users to start, pause, and reset the sorting process, adjust the speed of visualizations, and is responsive to different screen sizes, making it accessible on various devices.
You can go through the project by clicking, here.