Vidyalelo
Data Structure · Q58

Sorting Algorithms

Programming · Data Structure · question 58

Q58

In which case will tim sort will work as an insertion sort?

A.
when no. of elements are less than 64
B.
when no. of elements are greater than 64
C.
when no. of elements are less than size of run
Answer
D.
when no. of elements are less than 32

Answer: Option C

Solution

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