1.

___________ is a method of constructing a smallest polygon out of n given points.(a) closest pair problem(b) quick hull problem(c) path compression(d) union-by-rankThe question was posed to me in an international level competition.My doubt stems from Computational Geometry in chapter Computational Geometry of Data Structures & Algorithms II

Answer»

The correct option is (b) quick HULL problem

Easy EXPLANATION - Quick hull is a METHOD of constructing a smallest CONVEX polygon out of n given POINTS in a plane.



Discussion

No Comment Found

Related InterviewSolutions