InterviewSolution
Saved Bookmarks
| 1. |
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 iterationI got this question in an online interview.I'm obligated to ask this question of Computational Geometry topic in chapter Computational Geometry of Data Structures & Algorithms II |
|
Answer» The correct choice is (b) recompute CONVEX hull from scratch |
|