Vidyalelo
Data Structure · Q200

Miscellaneous on Data Structures

Programming · Data Structure · question 200

Q200

The time is taken to find the 'n' points that lie in a convex quadrilateral is?

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

Answer: Option A

Solution

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