McqMate
| Q. |
Which of the following strategies does the following diagram depict? |
| A. | divide and conquer strategy |
| B. | brute force |
| C. | exhaustive search |
| D. | backtracking |
| Answer» B. brute force | |
| Explanation: brute force is a straight forward approach to solve critical problems. here, we use brute force technique to find the closest distance between p1 and p2. | |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet