Introduction - If you have any usage issues, please Google them yourself
The content of the curriculum design for the " Campus Map" plan of the campus from the University of locations frequented by 11, the sketch map in Figure 1, the figure has marked the main line, the length of the line as shown in Table 1. The definition of tasks: to find out from any place to another place to reach the best path (shortest path). To solve this problem is obviously the word " adjacency matrix" to store the distance between the points, and then find the shortest path with Dijkstra.