1.

How many approaches can be applied to solve quick hull problem?(a) 1(b) 2(c) 3(d) 4This question was posed to me in semester exam.I would like to ask this question from Computational Geometry in portion Computational Geometry of Data Structures & Algorithms II

Answer»

The correct option is (b) 2

To explain: Most commonly, TWO approaches are adopted to solve quick HULL problem- brute force APPROACH and divide and CONQUER approach.



Discussion

No Comment Found

Related InterviewSolutions