πŸ“Š Design and Analysis of Algorithms
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
πŸ’¬ Discuss
βœ… Correct 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.


Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
168
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate