Abstract: A developed Dijkstra shortest path search algorithm is proposed through improving data structure, preprocessing to remove redundant vertices and setting the search region sequence. The ...
// N % 2 は N を 2 で割った余り(例:N = 13 の場合 1) // N / 2 は N を 2 で割った値の整数部分(例:N = 13 の場合 6) ...