- Category:
- CSharp
- Tags:
-
[Text]
- File Size:
- 6kb
- Update:
- 2016-03-23
- Downloads:
- 0 Times
- Uploaded by:
- 吴晓全
Description: Dijkstra (Dijkstra) algorithm is a typical single source shortest path algorithm for computing a node to all other nodes of the shortest path. The main feature is the starting point for the expansion of the center outward, until the end of the extension to the end. Dijkstra algorithm is very representative of the shortest path algorithm, in many professional courses as the basic content of a detailed introduction, such as data structure, graph theory, operations research, etc.. Note that there is no negative edge in the graph.
To Search:
File list (Check if you may need any files):
dijkstra\dijk.txt
dijkstra