Vidyalelo
Data Structure · Q39

Sorting Algorithms

Programming · Data Structure · question 39

Q39

What is the main drawback of Bubble Sort?

A.
It is not a stable sort.
B.
It requires additional memory.
C.
It is inefficient for large datasets.
Answer
D.
It cannot sort linked lists.

Answer: Option C

Solution

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