InterviewSolution
Saved Bookmarks
| 1. |
To which type of problems does quick hull belong to?(a) numerical problems(b) computational geometry(c) graph problems(d) string problemsI had been asked this question by my college professor while I was bunking the class.This question is from Computational Geometry in section Computational Geometry of Data Structures & Algorithms II |
|
Answer» CORRECT answer is (b) computational geometry Explanation: QUICK hull problem and closest pair ALGORITHMS are some of the examples of computational problems. |
|