1.

What does the following diagram depict?(a) closest pair(b) convex hull(c) concave hull(d) path compressionI got this question in my homework.The question is from Computational Geometry topic in chapter Computational Geometry of Data Structures & Algorithms II

Answer»

The correct answer is (b) CONVEX hull

Easiest EXPLANATION - The above diagram is a DEPICTION of convex hull, also KNOWN as quick hull, since it encloses n points into a convex POLYGON.



Discussion

No Comment Found

Related InterviewSolutions