Visualisation for sorting algorithms
A-List-of-Sorts-v2
Visualisation for sorting algorithms v2. Upped a notch from version 1. This program provides animates simple, common and popular sorting algorithms, to allow people to learn more about these algorithms and how the work. The source code also provides a great example for object orented programming with pygame.
Sorting Algorithms:
- Bubble sort
- Insertion sort
- Merge sort
- Quick sort
- Radix sort
- Bogo sort
Depencencies:
Manual install:
pip3 install pyyaml pygame
To run to the program:
For macos/linux:
run start.sh
file
chmod +x start.sh
./start.sh
For windows:
run start.bat
file
.start.bat
GitHub