1.

Which of the following statement is not related to quickhull algorithm?(a) finding points with minimum and maximum coordinates(b) dividing the subset of points by a line(c) eliminating points within a formed triangle(d) finding the shortest distance between two pointsThis question was posed to me in an online quiz.This interesting question is from Computational Geometry topic in division Computational Geometry of Data Structures & Algorithms II

Answer»

Correct option is (d) FINDING the shortest distance between two POINTS

Easy explanation - Finding the shortest distance between two points belongs to closest pair algorithm while the REST is quickhull.



Discussion

No Comment Found

Related InterviewSolutions