https://github.com/LucasPilla/Sorting-Algorithms-Visualizer
Program made with Python and Pygame module for visualizing sorting algorithms
https://github.com/LucasPilla/Sorting-Algorithms-Visualizer
algorithms pygame python sorting visualization
Last synced: about 1 month ago
JSON representation
Program made with Python and Pygame module for visualizing sorting algorithms
- Host: GitHub
- URL: https://github.com/LucasPilla/Sorting-Algorithms-Visualizer
- Owner: LucasPilla
- License: mit
- Created: 2020-08-20T23:30:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T14:40:41.000Z (6 months ago)
- Last Synced: 2024-11-16T15:29:25.929Z (6 months ago)
- Topics: algorithms, pygame, python, sorting, visualization
- Language: Python
- Homepage:
- Size: 74.9 MB
- Stars: 426
- Watchers: 14
- Forks: 166
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Sorting-Algorithms-Visualizer
Program made with Python and Pygame module for visualizing sorting algorithms \
Support this project by leaving a :star:| | | |
|:-------------------------:|:-------------------------:|:-------------------------:|
| Bubble sort |  Bucket sort | Cocktail sort |
| Counting sort |  Heap sort | Insertion sort |
| Merge sort |  Quick sort | Selection sort |## How to run
- 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`