Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 889 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 889 Bytes

sorting-visualization

A simple tool to visualize different sorting algorithms using python and pygame.

Prerequisites

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/


Install and run

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]

License

This project is licensed under the MIT License - see the LICENSE file for details