Data Structure - Sorting,Algorithms
Q. Match the following List-1 with List-2
List-1 - - - - - - - - - - - - - - - - - - - - - - List-2
P. Greedy algorithm - - - - - - - - - - - -1. Merge sort, quick sort
Q. Divide and Conquer - - - - - - - - - - 2.Eight Queens Problem.
R. Backtracking - - - - - - - - - - - - - - - 3.Dijkstra’s algorithm, prim’s algorithm
- Published on 17 Jun 15a. P-3, Q-1, R-2
b. P-1, Q-3, R-2
c. P-1, Q-2, R-3
d. None of the above.
ANSWER: P-3, Q-1, R-2