InterviewSolution
Saved Bookmarks
| 1. |
Which of the following strategies does the following diagram depict?(a) Brute force(b) Divide and conquer(c) Exhaustive search(d) Branch and boundThe question was asked by my school principal while I was bunking the class.The query is from Computational Geometry topic in portion Computational Geometry of Data Structures & Algorithms II |
|
Answer» The correct choice is (b) Divide and CONQUER |
|