Vidyalelo
Data Structure · Q99

Sorting Algorithms

Programming · Data Structure · question 99

Q99

Choose the incorrect statement about merge sort from the following?

A.
it is a comparison based sort
B.
it is an adaptive algorithm
Answer
C.
it is not an in place algorithm
D.
it is stable algorithm

Answer: Option B

Solution

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