文件名称:Dijkstra
介绍说明--下载内容均来自于网络,请自行研究使用
Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm for computing the shortest path one node to all other nodes. The main features are the starting point for the center outward layers extend until the end of the expansion to date.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Dijkstra.java