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.
- Bubble sort
- Insertion sort
- Merge sort
- Quick sort
- Radix sort
- Bogo sort
- python 3.x
- pygame
- yyaml See: requirements.txt
pip3 install pyyaml pygame
run start.sh
file
chmod +x start.sh
./start.sh
run start.bat
file
.\start.bat