Vidyalelo
Data Structure · Q37

Sorting Algorithms

Programming · Data Structure · question 37

Q37

In which situation is Merge Sort particularly useful?

A.
When stable sorting is required and the data is large.
Answer
B.
When space is limited.
C.
When the data is almost sorted.
D.
When the data set is very small.

Answer: Option A

Solution

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