Vidyalelo
Data Structure · Q41

Sorting Algorithms

Programming · Data Structure · question 41

Q41

What characteristic of TimSort helps it perform well on real-world data?

A.
It is a hybrid sorting algorithm combining Merge Sort and Insertion Sort.
Answer
B.
It is a stable sort.
C.
It uses less memory.
D.
It is efficient for small arrays.

Answer: Option A

Solution

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