/sorting-algorithm-visualizer

This is a visualizer for sorting algorithms which is built using HTML, CS, JS and Bootstrap

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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