- ** SORTING VISUALIZER**
- Visualize common sorting algorithms, including:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Heap Sort
- (Add any other algorithms you have implemented, or remove those you haven't)
- Customizable Array Size: Adjust the number of elements to be sorted.
- Adjustable Speed Control: Control the speed of the visualization.
- Interactive Controls: Pause, Resume, and Reset the visualization.
- Clear Visual Representation: Elements change color and position to show comparisons, swaps, and sorted portions.
This project is built using fundamental web technologies:
- HTML5: For the structure and content.
- CSS3 (Sass/SCSS): For styling and layout.
- JavaScript (ES6+): For implementing algorithms and controlling interactions.
Experience the Sorting Visualizer live on GitHub Pages! Visit the Live Demo