This is a web application that can help you visualize how various sorting algorithms work.
- The application is responsive so it can work on mobile devices as well!
- User can generate bars with random heights to sort from tallest to the shortest.
- User can adjust the number of bars from 20 to 100 on mobile devices and from 50 to 300 on larger devices.
- User can adjust the speed of sorting.
- User can select from any of the following sorting algorithms:
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Quick Sort






