Answer: True
Step-by-step explanation:
Both algorithms are guaranteed to produce the same shortest-
path weight, but if there are multiple shortest paths, Dijkstra’s will choose the
shortest path according to the greedy strategy, and Bellman-Ford will choose the
shortest path depending on the order of relaxations, and the two shortest path
trees may be different.