Welcome to Algo-Visualization!

Hi! Here are programs to help you with better visualization of popular algorithms

Results

Graph Algorithms

Feel free to clone and try on your own computer!

Check Out Graph

Sorting Algorithms

Check Out Sorting Algorithms

Installation

Algo-Visualization requires Pythont3 to run

Dependency

$ pip install pygame

For Sorting Algorithm

$ python <file_loc> list
$ python <file_loc> <Algorithm name>

For Graph Algorithm

$ python <file_loc> 

Todos

Free Software, Hell Yeah!