Open In App

GATE | Gate IT 2005 | Question 15

In the following table, the left column contains the names of standard graph algorithms and the right column contains the time complexities of the algorithms. Match each algorithm with its time complexity.

 1. Bellman-Ford algorithm
2. Kruskal’s algorithm
3. Floyd-Warshall algorithm
4. Topological sorting
 A : O ( m log n)
B : O (n3)
C : O (nm)
D : O (n + m)

 
(A) 1→ C, 2 → A, 3 → B, 4 → D
(B) 1→ B, 2 → D, 3 → C, 4 → A
(C) 1→ C, 2 → D, 3 → A, 4 → B
(D) 1→ B, 2 → A, 3 → C, 4 → D

Answer: (A)
Explanation:

Quiz of this Question

Article Tags :