Match the following.
2017
Match the following.

- A.
I – Q, II – S, III – R, IV – P
- B.
I – S, II – Q, III – P, IV – R
- C.
I – S, II – Q, III – R, IV – P
- D.
I – Q, II – S, III – P, IV – R
Attempted by 156 students.
Show answer & explanation
Correct answer: A
The correct option is A (I-Q, II-S, III-R, IV-P). Dijkstra's algorithm uses a greedy approach (I-Q). Tower of Hanoi is solved using recursion (II-S). Floyd-Warshall utilizes dynamic programming (III-R). Merge Sort follows a divide and conquer strategy (IV-P).