关于Dijkstra Algorithm App
为您提供一个简单的方法来创建基于Dijkstra算法的距离表。
Dijkstra's algorithm, conceived by computer scientist Edsger Dijkstra is a graph search algorithm that solves the single-source shortest path problem for a graph with non-negative edge path costs, producing a shortest path tree. This algorithm is often used in routing and as a subroutine in other graph algorithms.
For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex.
The app displays the result in a distance table.
最新版本1.1更新日志
Last updated on 2015年10月12日
此版本包含小幅错误修复和常规改进。请更新至最新版本,以获得更佳体验。












