A progressive and responsive app created with HTML, CSS and Javascript.
A progressive and fully responsive web application that allows the users to select the sorting algorithm, array size, and speed of the visualization. It can be helpful to understand and envision the sorting algorithms like bubble sort, selection sort, insertion sort, merge sort and quick sort.
Project is created with:
- HTML
- CSS
- Javascript
The user can change the speed of the algorithms and select the size of the arrays. The operations are shown by different colors such as-
- Comparison - Yellow
- Swap - Blue
- Elements in sorted position - Green
