Examveda

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: Option D


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms