Program made with Python and Pygame module for visualizing sorting algorithms
Support this project by leaving a ⭐
Bubble sort | Bucket sort | Cocktail sort |
Counting sort | Heap sort | Insertion sort |
Merge sort | Quick sort | Selection sort |
- Clone GitHub repository
git clone https://github.com/LucasPilla/Sorting-Algorithms-Visualizer.git
- Install requirements:
pip3 install -r requirements.txt
- Run:
python3 src/main.py