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.
AnswerB.
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