Vidyalelo
Data Structure · Q219

Sorting Algorithms

Programming · Data Structure · question 219

Q219

Which of the following is a disadvantage of library sort when compared to insertion sort?

A.
library sort has greater time complexity
B.
library sort has greater space complexity
Answer
C.
library sort makes more comparisons
D.
it has no significant disadvantage

Answer: Option B

Solution

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