Connect with a global community of experts on IDNLearn.com. Discover the information you need quickly and easily with our reliable and thorough Q&A platform.
You are given a graph G = (V, E) with positive edge weights, and a minimum spanning tree T = (V, E’) 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 modified from w(e) to a new value ŵ(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 ∉ E’ and ŵ(e) > w(e).
(b) e ∉ E' and ŵ (e) < w(e).
(c) e ∈ E' and ŵ (e) < w(e).
(d) e ∈ E' and ŵ (e) > w (e)
Thank you for using this platform to share and learn. Keep asking and answering. We appreciate every contribution you make. IDNLearn.com provides the best answers to your questions. Thank you for visiting, and come back soon for more helpful information.