Question: Question 1 : 2 0 points You are given a weighted, undirected graph G = ( V , E ) and a minimum spanning tree
Question : points
You are given a weighted, undirected graph and a minimum spanning tree MST
of the graph Answer the following questions about and
a points Suppose we decrease the weight of an edge where einG and inT. Let the
new graph be denoted by Suggest an algorithm, in plain English bullet points, that
checks whether is an MST of If not, the algorithm calculates the new MST of
Also, analyse your algorithm's time complexity.
Note: Suggest an algorithm that do not require rerunning Prim's or Kruskal's algorithm
b points Consider the following algorithm's pseudocode. Is it a correct MST algorithm?
If YES, explain why. If NO explain why. Regardless of the algorithm's correctness,
calculate the time complexity of the algorithm.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
