Welcome to Algo-Visualization!
Hi! Here are programs to help you with better visualization of popular algorithms
Results
Graph Algorithms
- Astar Algorithms
- Breadth First Search
- Depth First Search
- Dijikstra Algorithm
Feel free to clone and try on your own computer!
Check Out Graph
Sorting Algorithms
- Selection Sort
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
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
- More Sorting Algorithms (suggestions welcome)
Free Software, Hell Yeah!