InterviewSolution
Saved Bookmarks
| 1. |
The quick hull algorithm runs faster if the input uses non- extreme points.(a) true(b) falseThis question was posed to me during an online exam.The question is from Computational Geometry topic in portion Computational Geometry of Data Structures & Algorithms II |
|
Answer» CORRECT answer is (a) true To explain: It is proved that the quick HULL algorithm RUNS FASTER if the input uses non-extreme POINTS and also, if it uses less memory. |
|