Page 1 of 1

What is the cut-off for switching from quick sort to heap sort in the implementation of introsort?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) 16
b) n2
c) n log(n)
d) 2 log (n)