Vidyalelo
Data Structure · Q333

Sorting Algorithms

Programming · Data Structure · question 333

Q333

What is the best case complexity of QuickSort?

A.
O(nlogn)
Answer
B.
O(logn)
C.
O(n)
D.
O(n2)

Answer: Option A

Solution

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