Question
Problem : MST You are given a graph G(V, E) with distinct positive edge weights, and a minimum spanning tree T(V, ) with respect to
Problem : MST
You are given a graph G(V, E) with distinct positive edge weights, and a minimum spanning tree T(V, ) with respect to these weights; you may assume G and T are given as adjacency lists. Now suppose the weight of a particular edge e E is modied from w(e) to a new value w(e). You wish to quickly update the minimum spanning tree T to reflect this change, without recomputing the entire tree from scratch. There are four cases. In each case give a linear-time algorithm for updating the tree.
(a)e and w(e) (b)e and w(e)>w(e). (c) e and w(e) (d )e and w(e) > w(e). Hint: DFS works in linear time.
Step 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