Q26
What is the advantage of using TimSort over other sorting algorithms?
A.
It does not require extra space.
B.
It combines the best aspects of Merge Sort and Insertion Sort.
AnswerC.
It is easier to implement.
D.
It does not require extra space.
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board