Q. Which of the following statements is not a part of Chan’s algorithm?

  • (A) eliminate points not in the hull
  • (B) recompute convex hull from scratch
  • (C) merge previously calculated convex hull
  • (D) reuse convex hull from the previous iteration
πŸ’¬ Discuss
βœ… Correct Answer: (B) recompute convex hull from scratch
Explanation: chan’s algorithm implies that the convex hulls of larger points can be arrived at by merging previously calculated convex hulls. it makes the algorithm simpler instead of recomputing every time from scratch.

Explanation by: Mr. Dubey
chan’s algorithm implies that the convex hulls of larger points can be arrived at by merging previously calculated convex hulls. it makes the algorithm simpler instead of recomputing every time from scratch.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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