Q314
What is the cut-off for switching from quick sort to heap sort in the implementation of introsort?
A.
16
B.
n2
C.
n log(n)
D.
2 log (n)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board