send link to app

Graph Algorithm


4.4 ( 8144 ratings )
시뮬레이션 게임 교육 퍼즐
개발자: Yuting Zhong
비어 있는

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