1.

Which of the following strategies does the following diagram depict?(a) Divide and conquer strategy(b) Brute force(c) Exhaustive search(d) BacktrackingThis question was addressed to me in examination.My doubt is from Computational Geometry topic in chapter Computational Geometry of Data Structures & Algorithms II

Answer»

Right option is (b) Brute force

The EXPLANATION is: 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

No Comment Found

Related InterviewSolutions