Play and visualize all kinds of graph algorithms!
1. Path Finding Algorithms
-Dijkstras Algorithm
-Bellman Fords Algorithm
-SPFA (Shortest Path Faster Algorithm)
-BFS (Breadth-First Search)
-DFS ( Depth-first search)
2. Maze Generating Algorithms (Reversed Spanning Tree Algorithms)
-Kruskals Algorithm
-Prims Algorithm
-Wilsons Algorithm