有了这个程序,你可以使用Dijkstra算法找到最短路径。
This app empowers you to use dijkstra algorithm. Create nodes and edges between them. Give the edges weight and select a start node. Now find out the shortest path from the start node to every other node in the graph you have just created.