Visualizing different algorithms using Pygame.
1. Install pygame:pip install pygame
- Run in the folder
python main.py
- Main Menu for user friendly interaction.
- Interactive canvas.
- Multiple Algorithms (In progress, **contributions are welcome**)
Thanks to TWM tutorials on pygame. Really helped me to get started.