/Sorting-visualizer

Sorting visualizer sorts an array of random integers by using one of the three algorithms that is selected. It is built using Javascript.

Primary LanguageHTML

Sorting-visualizer

Sorting visualizer sorts array of random integers using different algorithms. It is written in javascript.

Important Points

  1. It uses Bubble sort, Insertion sort and Selection sort so far.
  2. To run any algorithm first select the required number of random integer array and then select the algorithm and run it.