Vidyalelo
Data Structure · Q490

Miscellaneous on Data Structures

Programming · Data Structure · question 490

Q490

What is the best case time complexity of quickselect?

A.
O(n log n)
B.
O(n2)
C.
O(n)
Answer
D.
O(log n)

Answer: Option C

Solution

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