Sorting visualizer sorts array of random integers using different algorithms. It is written in javascript.
- It uses Bubble sort, Insertion sort and Selection sort so far.
- To run any algorithm first select the required number of random integer array and then select the algorithm and run it.