Sorting-Algorithms-Visualizer
Sorting-Algorithms-Visualizer copied to clipboard
Program made with Python and Pygame module for visualizing sorting algorithms
Sorting-Algorithms-Visualizer 
Program made with Python and Pygame module for visualizing sorting algorithms Support this project by leaving a :star:
Check Wiki Page for more information about each algorithm, as visualization gifs and explanations.
Program preview

Some Algorithms
Bubble sort |
Bucket sort |
Cocktail sort |
Counting sort |
Heap sort |
Insertion sort |
Merge sort |
Quick sort |
Selection sort |
Using the application
:exclamation: Feel free to open an issue if you have some problem :exclamation:
- Clone GitHub repository
- Install requirements:
pip3 install -r requirements.txt - Run:
python3 main.py
Bubble sort
Bucket sort
Cocktail sort
Counting sort
Heap sort
Insertion sort
Merge sort
Quick sort
Selection sort