A simple tool to visualize different sorting algorithms using python and pygame.
For this tool to work, you'll need python 3 installed, as well as pygame.
If you already have python 3 installed, simply execute the following command to install pygame:
pip install pygame
If you have not yet installed python 3, and you don't know how to do it - follow the instructions at https://www.python.org/
To download the visualization tool, clone this repository using git.
git clone https://github.com/hermansildnes/sorting-visualization
After cloning the repository, execute the following commands to run the visualization tool;
cd sorting-visualization
python Visualization.py [Sorting alg]
This project is licensed under the MIT License - see the LICENSE file for details