Examveda

What is the worst case time complexity of permutation sort?

A. O(n2)

B. O(n*n!)

C. O(infinity)

D. O(n log n)

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms