Match List I with List II
|
List I |
List II |
|
(A) Topological sort of DAG |
(I) O(V + E) |
|
(B) Kruskal's MST algorithm |
(II) O(VE) |
|
(C) Bellman-Ford's single-source shortest path algorithm |
(III) θ (V + E) |
|
(D) Floyd-Warshall's all-pair shortest path algorithm |
(IV) θ(V3) |
Choose the correct answer from the options given below: