Q. Which of the following strategies does the following diagram depict?

  • (A) divide and conquer strategy
  • (B) brute force
  • (C) exhaustive search
  • (D) backtracking
πŸ’¬ Discuss
βœ… Correct 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.

Explanation by: Mr. Dubey
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

πŸ“Š Question Analytics

πŸ‘οΈ
364
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate