1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. What is the other name for quick hull pr...
Q.

What is the other name for quick hull problem?

A. convex hull
B. concave hull
C. closest pair
D. path compression
Answer» A. convex hull
Explanation: the other name for quick hull problem is convex hull problem whereas the closest pair problem is the problem of finding the closest distance between two points.

Discussion