Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

paulpatault/Sorting-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

A Pygame GUI visualization of some sort algorithms. It allows you to choose the len of the array and the algorithm to visualize.

Preview

Preview GIF Preview GIF Preview GIF
Quick sort algorithm Bubble sort algorithm Insertion sort algorithm

Dependencies and run commands

Here are the commands to install all dependencies and run the program :

Simple Version

$ pip3 install -r requirements.txt
$ python3 src/main.py

or Advanced Version

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python src/main.py

License

MIT License

About

Pygame GUI visualization of some sort algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages