2 2 votes Match List-I with List-II:$$\begin{array}{|c|c|c|c|} \hline {} & \text{List-I} & {} & \text{List-II} \\ \hline (a) & \text{Prim’s algorithm} & (i) & O(V^3 \log V) \\ \hline (b) & \text{Dijkstra’s algorithm} & (ii) & O(VE^2) \\ \hline (c) & \text{Faster all-pairs shortest path} & (iii) & O(ElgV) \\ \hline (d) & \text{Edmonds-Karp algorithm} & (iv) & O(V^2) \\ \hline \end{array}$$Choose the correct option from those options given below:(a) – (ii); (b)-(iv); (c)-(i); (d)-(iii)(a) – (iii); (b)-(iv); (c)-(i); (d)-(ii)(a) – (ii); (b)-(i); (c)-(iv); (d)-(iii)(a) – (iii); (b)-(i); (c)-(iv); (d)-(ii) Algorithms ugcnetcse-june2019-paper2 graph-algorithms + – Arjun 2.4k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
0 0 votes Right answer 2.(a)-(iii) (b)-(iv),(c)-(I),(d)-(ii) Prims algorithm-(E logV) Dijkstra's algorithm- (V^2) Floyd's warshal all- shortest path algorithm-(V^3 log V) Edmonds Karp algorithm- (VE^2) https://en.m.wikipedia.org/wiki/Edmonds%E2%80%93Karp_algorithm https://en.m.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm https://www.cs.auckland.ac.nz/software/AlgAnim/prim.html Ram Swaroop answered Jul 6, 2019 Ram Swaroop comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Answer is option B hina firdaus answered Aug 25, 2019 hina firdaus comment Share Follow 0 reply Please log in or register to add a comment.