Last Updated:2025/12/06
When computing shortest paths in a dense, edge-weighted directed graph, our implementation of Johnson's algorithm outperformed repeated runs of Dijkstra's algorithm.
See correct answer
When computing shortest paths in a dense, edge-weighted directed graph, our implementation of Johnson's algorithm outperformed repeated runs of Dijkstra's algorithm.
音声機能が動作しない場合はこちらをご確認ください
Edit Histories(0)
Source Sentence
辺に重みのある有向グラフで最短経路を計算する際、全点対最短経路を求めるジョンソンのアルゴリズムの実装は、ダイクストラ法を繰り返し実行する方法よりも高速でした。