Vidyalelo
Data Structure · Q137

Sorting Algorithms

Programming · Data Structure · question 137

Q137

What is the average case time complexity of permutation sort?

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

Answer: Option B

Solution

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