Introduction - If you have any usage issues, please Google them yourself
Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. Main features is the starting point for the center layers expand outward until the extended until the end. Dijkstra shortest path algorithm can arrive at the optimal solution, but because it is through a lot of computing nodes, so the efficiency is low.