1.

Let G = (V, E) be a weighted undirected graph and let T be a Minimum Spanning Tree (MST) of G maintained using adjacency lists. Suppose a new weighted edge (u, v) ϵ V × V is added to G. The worst case time complexity of determining if T is still an MST of the resultant graph is

A. Θ(|E| + |V|)
B. Θ(|E||V|)
C. Θ(|E| log |V|)
D. Θ(|V|)
Answer» E.


Discussion

No Comment Found

Related MCQs