Examveda

What is the average case time complexity of bogosort?

A. O(n2)

B. O(n*n!)

C. O(infinity)

D. O(n log n)

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms