Examveda

Which of the following statement is true about comparison based sorting?

A. counting sort is a comparison based sort

B. any comparison based sorting can be made stable

C. bubble sort is not a comparison based sort

D. any comparison based sort requires at least O(n2) time

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms