CUET PG 2024 — Computer PYQ
CUET PG | Computer | 2024Match List-I with List-II
|
List-I |
List-II |
||
|
A. |
Bellman-Ford algorithm (with adjacency list representation) |
I. |
O(|V|2) |
|
B. |
Dijkstra Algorithm |
II. |
O((V+E)logV) |
|
C |
Prim’s Algorithm |
III. |
O(nm) |
|
D. |
Topological sorting (with adjacency list representation) |
IV. |
O(n+m) |
Choose the correct answer from the options given below

