04: Show the distance d and the predecessor * values that result from running breadth-first search on the directed graph
Posted: Fri May 20, 2022 11:16 am
04: Show the distance d and the predecessor * values that result from running breadth-first search on the directed graph of the below picture, using vertex 3 as the source. (nothing = NIL, infinite=INF) (20 points) ai vertex 1 2 3 4 5 6 b C d ANS: