Q.

Chan’s algorithm is used for computing

A. closest distance between two points
B. convex hull
C. area of a polygon
D. shortest path between two points
Answer» B. convex hull
Explanation: chan’s algorithm is an output- sensitive algorithm used to compute the convex hull set of n points in a 2d or 3d space. closest pair algorithm is used to compute the closest distance between two points.
2.2k
0
Do you find this helpful?
7

Discussion

No comments yet