About This Project
Web App for sorting algorithm visualization
– Tech Stack: HTML for structuring, CSS and Bootstrap for styling, and JavaScript for interactive functionality.
– Web application for visualizing a bunch of different sorting algorithms allowing users to select the algorithm, adjust array
size, and control the visualization speed.
Implemented popular sorting algorithms
- Bubble Sort
- Merge Sort
- Selection Sort
- Insertion Sort
- Quick Sort
Visit the website and visualize the sorting algorithms