What is the total cost of the minimum spanning tree of the following graph? G=(V, E) V = {a, b, c, d, e, f} e w(e) 1 7 2
Posted: Fri May 20, 2022 11:11 am
What is the total cost of the minimum spanning tree of the following graph? G=(V, E) V = {a, b, c, d, e, f} e w(e) 1 7 2 {a,b} {a, f} {a,d} {b, f} {c, d} {c, e} {e, f} 1 1 4 3