I have this question for homework:
prove/disprove:
A. Given an unintentional bound graph G (V, E) and a minimum spanning tree for this graph, and 2 vertices u, v, the shortest path between u and v in graph G can be found by performing BFS on the tree T.
B. Given a directed graph G (V, E) with weights and vertex s. The number of arcs in the shortest distance tree of this graph from the origin of s is the | V | -1.
I think that's true but can't prove it.
Can someone help me?