Vidyalelo
Data Structure · Q410

Sorting Algorithms

Programming · Data Structure · question 410

Q410

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

A.
4
B.
8
C.
16
Answer
D.
32

Answer: Option C

Solution

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