Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 658 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 658 Bytes

This is Visualizer for sorting algorithms built using HTML, CSS, JS and Bootstrap

We can click on new array button to generate a random array and select the desired size of the array and the speed of sorting from the sliders on the top right. Then by clicking on the desired sorting algorithm, the sorting process starts.

The following sorts are visualized:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Quick Sort
  • Merge Sort

Click Here! to use the visualizer on the website.

Screenshots