Vidyalelo
Data Structure · Q98

Sorting Algorithms

Programming · Data Structure · question 98

Q98

What is the best case time complexity of library sort?

A.
O(n)
Answer
B.
O(n log n)
C.
O(n2)
D.
O(log n)

Answer: Option A

Solution

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