Description
Play and visualize all kinds of graph algorithms!
1. Path Finding Algorithms
-Dijkstra's Algorithm
-Bellman Ford's Algorithm
-SPFA (Shortest Path Faster Algorithm)
-BFS (Breadth-First Search)
-DFS ( Depth-first search)
2. Maze Generating Algorithms (Reversed Spanning Tree Algorithms)
-Kruskal's Algorithm
-Prim's Algorithm
-Wilson's Algorithm