Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T04:41:19.000Z (about 2 months ago)
- Last Synced: 2024-09-16T05:30:10.782Z (about 2 months ago)
- Topics: algorithms, pygame, python, sorting, visualization
- Language: Python
- Homepage:
- Size: 74.9 MB
- Stars: 418
- Watchers: 14
- Forks: 152
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-for-beginners - Sorting-Algorithms-Visualizer
- fucking-awesome-for-beginners - Sorting-Algorithms-Visualizer
README
# Sorting-Algorithms-Visualizer
Program made with Python and Pygame module for visualizing sorting algorithms \
Support this project by leaving a :star:| | | |
|:-------------------------:|:-------------------------:|:-------------------------:|
|![](https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/blob/master/res/bubble_sort.gif?raw=true) Bubble sort | ![](https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/blob/master/res/bucket_sort.gif?raw=true) Bucket sort |![](https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/blob/master/res/cocktail_sort.gif?raw=true) Cocktail sort |
|![](https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/blob/master/res/counting_sort.gif?raw=true) Counting sort | ![](https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/blob/master/res/heap_sort.gif?raw=true) Heap sort |![](https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/blob/master/res/insertion_sort.gif?raw=true) Insertion sort |
|![](https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/blob/master/res/merge_sort.gif?raw=true) Merge sort | ![](https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/blob/master/res/quick_sort.gif?raw=true) Quick sort |![](https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/blob/master/res/selection_sort.gif?raw=true) 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`