このアプリを使えば、最短経路を見つけるために、ダイクストラのアルゴリズムを使用することができます。
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.