Vidyalelo
Data Structure · Q439

Sorting Algorithms

Programming · Data Structure · question 439

Q439

What is the disadvantage of selection sort?

A.
It requires auxiliary memory
B.
It is not scalable
Answer
C.
It can be used for small keys
D.
It takes linear time to sort the elements

Answer: Option B

Solution

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