Vidyalelo
Data Structure · Q93

Sorting Algorithms

Programming · Data Structure · question 93

Q93

Choose the correct statement from the following.

A.
pigeonhole sort is a comparison based sort
B.
any comparison based sorting can be made stable
Answer
C.
quick sort is not a comparison based sort
D.
any comparison based sort requires at least O(n2) time

Answer: Option B

Solution

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