1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Which of the following strategies does t...
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.

Discussion