Vidyalelo
Data Structure · Q172

Sorting Algorithms

Programming · Data Structure · question 172

Q172

What is the advantage of library sort over insertion sort?

A.
Library sort has a better average time complexity
Answer
B.
Library sort has a better space complexity
C.
Library sort has better best case time complexity
D.
Library has better worst case time complexity

Answer: Option A

Solution

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