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 |
- 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








