Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Can someone please help me with A? Thanks. 5. (18 pts) All graphs discussed in this question have edge weights. MST denotes the minimum spanning
Can someone please help me with A? Thanks.
5. (18 pts) All graphs discussed in this question have edge weights. MST denotes the minimum spanning tree. (a) Let G = (Vi,E1) and G2-('E2) be two graphs which are disconnected and for which MST's have i. Assume that, G(V, E) is modified by augmenting E by a unique edge joining G and G2. How ii. Assume now that, G-(V, E) is modified by augmenting E by two edges each joining Gi and G2. been computed. G (V. E) is a graph with V-V, U V2 and E = E1 U E2 does the MST for G look like? Prove your result! Discuss, possibly using case analysis, how the MST for G looks like? In particular, can both edges be part of the MST for G or not? Prove your result. (b) Let G- (V, E) be a graph. Characterize when G has an MST and when not. (c) Let T be the minimum spanning tree for G. The deletion of the heaviest edge from G may not alter T. What can you say about the graph if the deletion of the heaviest graph edge does not alter T? Prove your result. What can you say otherwise? (d) Let G = (VE) be a graph. The edge weights are 1, 2, 3, ,1 Let T be an MST of G. what is the possible minimum weight of T? Does every MST of G have that minimum weight? Please, elaborate your answer. (e) DT computes a shortest-path tree in a given graph G = (V, E) using Dijkstra's algorithm. DT claims that this is the MST of G. Is DT right or wrong? Prove your answer. (f) DT also claims that a shortest path between two nodes of the given graph G = (V, E) is part of some MST of G. Is DT right or wrong? Prove yourStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started