A visualizer for the most common sorting algorithms This sorting visualizer have as dependencies the pygame, what can be installed with the command "pip install pygame", and the python on a version >=3.8.
To run the code you just need to enter the directiry of the project and run the main.py file, with the command pyhton3 main.py.
Features:
You can speed up the sorting with the right arrow key, and slow it down with the left arrow key.
Yoy can pause the animation with the space key and restart the animation with the enter key.