

MCQOPTIONS
Saved Bookmarks
1. |
Match List I with List IIList IList 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: |
A. | A - I, B - III, C - IV, D - II |
B. | A - III, B - I, C - IV, D - II |
C. | A - III, B - I, C - II, D - IV |
D. | A - I, B - III, C - II, D - IV |
Answer» E. | |