23) The correct matching for the following pairs is
(A) All pairs shortest path
(B) Quick sort
(C) Minimum weight spanning tree
(D) Connected Components
(1) Greedy
(2) Depth-first search
(3) Dynamic programming
(4) Divide and conquer
Answer is:
A-3 , B-4 , C-1 , D-2
Related Data structures and Algorithms MCQ with Answers
Answer is:
m x (j -1) + i
Answer is: