文件名称:Dijkstra
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-04-26
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- 邹*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
迪杰斯特拉算法是由荷兰计算机科学家狄克斯特拉于1959 年提出的,因此又叫狄克斯特拉算法。是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。-Dijkstra algorithm was proposed by the Holland computer scientist Dijkstra in 1959, and therefore also called Dijkstra algorithm. Is the shortest path algorithm a vertex to the rest of the vertices of the shortest path algorithm to solve the shortest path problem in the graph.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Dijkstra\.classpath
........\.project
........\bin\Dijkstra.class
........\...\Grap.class
........\src\Dijkstra.java
........\...\Grap.java
........\bin
........\src
Dijkstra