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

Latest commit

 

History

History
31 lines (22 loc) · 987 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 987 Bytes

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