...
Question 4224 – 2008 December UGC NET Paper 1
February 13, 2024
Algorithms
February 13, 2024
Question 4224 – 2008 December UGC NET Paper 1
February 13, 2024
Algorithms
February 13, 2024

Question 10554 – Algorithms

Match the pairs in the following questions:

(a) Strassen's matrix multiplication algorithm     (p) Greedy method
(b) Kruskal's minimum spanning tree algorithm      (q) Dynamic programming
(c) Biconnected components algorithm               (r) Divide and Conquer
(d) Floyd's shortest path algorithm                (s) Depth first search

Correct Answer: A

Question 20 Explanation: 
Strassen’s matrix multiplication algorithm – Divide and Conquer
Kruskal’s minimum spanning tree algorithm – Greedy method
Biconnected components algorithm – Depth first search
Floyd’s shortest path algorithm – Dynamic programming
A
(a) – (r), (b) – (p), (c) – (s), (d) – (q)

Leave a Reply

Your email address will not be published. Required fields are marked *