Skip to content

Umair-Syed/Algorithms-Visualization

Repository files navigation

Algorithms-Visualization

Visualizing different algorithms using Pygame.

Install:

1. Install pygame:

pip install pygame

  1. Run in the folder

python main.py

Features:

  1. Main Menu for user friendly interaction.
  2. Interactive canvas.
  3. Multiple Algorithms (In progress, **contributions are welcome**)

Screen Shots

Thanks to TWM tutorials on pygame. Really helped me to get started.