Vidyalelo
Data Structure · Q213

Sorting Algorithms

Programming · Data Structure · question 213

Q213

Which among the following is the best cut-off range to perform insertion sort within a quick sort?

A.
N=0-5
B.
N=5-20
Answer
C.
N=20-30
D.
N>30

Answer: Option B

Solution

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