Skip to content

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

License

Notifications You must be signed in to change notification settings

hermansildnes/sorting-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages