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

The best I can explain: The above diagram depicts the IMPLEMENTATION of divide and conquer. The problem is divided into SUB PROBLEMS and are separated by a line.



Discussion

No Comment Found

Related InterviewSolutions