Vidyalelo
Data Structure · Q494

Miscellaneous on Data Structures

Programming · Data Structure · question 494

Q494

What is the worst case complexity of quick hull?

A.
O(N)
B.
O(N log N)
C.
O(N2)
Answer
D.
O(log N)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board