Q15
What is the key difference between Merge Sort and Quick Sort?
A.
Merge Sort uses less space than Quick Sort.
B.
Quick Sort is stable, while Merge Sort is not.
C.
Merge Sort is stable and uses additional space, while Quick Sort is not stable and uses in-place sorting.
AnswerD.
Merge Sort is faster than Quick Sort.
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board