Vidyalelo
Data Structure · Q26

Sorting Algorithms

Programming · Data Structure · question 26

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.
Answer
C.
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