Research Article

The Path Optimization Algorithm of Car Navigation System considering Node Attributes under Time-Invariant Network

Algorithm 1

Breadth-first search tree (Module 1).
(1)BFS(G, )
% Given, node as the root of the tree, to construct a breadth-first search tree using the arcs without the B label.
(2)for eachdo
(3)  Color ← 
(4)end