

McqMate
Q. |
Which of the following strategies does the following diagram depict? |
A. | brute force |
B. | divide and conquer |
C. | exhaustive search |
D. | branch and bound |
Answer» B. divide and conquer | |
Explanation: the above diagram depicts the implementation of divide and conquer. the problem is divided into sub problems and are separated by a line. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet