Question: Problem 5. Consider an edge weighted connected graph G = (V,E) with edge weights w(u, v) for each edge (u, v) E, and a MST
Problem 5. Consider an edge weighted connected graph G = (V,E) with edge weights w(u, v) for each edge (u, v)
E, and a MST of the graph, T. Suppose a new edge
E with weight w
, where
V , is added to the graph. Describe a procedure that would find the new MST of the revised graph. Your algorithm must run faster than recomputing the MST from scratch, i.e., must run in o(|E| log |V| ). Analyze the running time of your procedure.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
