Vidyalelo
Data Structure · Q677

Miscellaneous on Data Structures

Programming · Data Structure · question 677

Q677

What is the auxiliary space requirement of the quickselect algorithm?

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

Answer: Option D

Solution

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