An educational tool for visualizing sorting algorithms.
Last updated Jul 2, 2026
453
Stars
169
Forks
1
Issues
0
Stars/day
Attention Score
92
Language breakdown
Python 100.0%
▸ Files
click to expand
README
Sorting-Algorithms-Visualizer
An app that visualizes how different sorting algorithms work.
Pick an algorithm, set the array size and animation delay, then watch the bars move step by step.
If you find this project useful, consider starring the repository on GitHub ⭐.
| | | | |:-------------------------:|:-------------------------:|:-------------------------:| |
Bubble sort |
Bucket sort |
Cocktail sort | |
Counting sort |
Heap sort |
Insertion sort | |
Merge sort |
Quick sort |
Selection sort |
Run
- Clone GitHub repository
git clone https://github.com/LucasPilla/Sorting-Algorithms-Visualizer.git
- Install requirements:
pip install -r requirements.txt
- Run:
python3 src/main.py
Contributors
🔗 More in this category