Q708
What is the average case complexity of a quick hull algorithm?
A.
O(N)
B.
O(N log N)
AnswerC.
O(N2)
D.
O(log N)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board