poslat odkaz na aplikaci

Graph Algorithm


4.4 ( 8144 ratings )
Simulation Hry Vzdělávání Puzzle
Vývojář: Yuting Zhong
Zdarma

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