Vidyalelo
Data Structure · Q314

Sorting Algorithms

Programming · Data Structure · question 314

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)
Answer

Answer: Option D

Solution

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