retagged by
477 views

1 Answer

Best answer
3 votes
3 votes
O(1). No need to check at all. It will definitely remain MST of the graph G. $T$ already contains minimum possible edge weights it can have. And Now if you decrease some edge's weight which is present in MST, then It(this edge) will still be best choice for MST
selected by

Related questions

456
views
1 answers
0 votes
Ray Tomlinson asked Aug 8, 2023
456 views
pls give all possible sequences possible for prims algo
366
views
1 answers
1 votes
268
views
1 answers
0 votes
2.2k
views
1 answers
0 votes
eyeamgj asked Jun 14, 2018
2,204 views
An algorithm processes an input of size n if n=4,096 and the run time=512 milliseconds. If n=16,384, run time is 8,192 MS. What is the efficiency in big O notation?O(n^1/2)O(n)O(n^2)O(nlogN)