a web application using HTML, CSS, Javascript to visualize how various sorting algorithms work.The algorithms used here are-
1.Bubble Sort 2.Selection Sort 3.Merge Sort 4.Insertion Sort 5.Quick Sort
"Generate new array" button is also added to create new array of bars to be sorted. Speed and number of bars can be changed using a slider
Click on the buttons to run different sorting algorithms. Visualize the magic as bars rearrange dynamically.