Change one edge of the MST
What is the best algorithm for finding MST in a new graph G '(E, V, w') where we increase the weight of one edge in graph G (an edge may or may not be in the original MST).
I read that it can be done in sqrt (E), but I haven't found an algorithm.
Thank...
+3
brianch
source
to share
No one has answered this question yet
Check out similar questions:
1815
1518
1032
485
6
2
2
1
0
-2