It is a python pygame built project sorting algorithms visualizer. Implementing quick sort, merge sort, bubble sort, heap sort, selection sort and insertion sort.
When you press the small(with values) button.
When you press the large button.
default size is when we started the project.
Press Stop and Suffel button to stop the algorithm at any time this button can also be used to reshuffle the array.
So this is the basic illustration of my project.
Make sure you are running atleast python 3.7.0
Install using pip:
pip install pygame
Then clone this repository.
git clone https://github.com/sahil1699/Sorting-Visualizer.git
In your terminal move to the directory where you have cloned this project. And then type :
python SortingVisulizer.py