InterviewSolution
Saved Bookmarks
| 1. |
What is the average case complexity of a quick hull algorithm?(a) O(N)(b) O(N log N)(c) O(N^2)(d) O(log N)This question was posed to me in unit test.The doubt is from Computational Geometry in portion Computational Geometry of Data Structures & Algorithms II |
|
Answer» Correct choice is (b) O(N log N) |
|