Vidyalelo
Data Structure · Q192

Sorting Algorithms

Programming · Data Structure · question 192

Q192

What is the worst case time complexity of bogosort?

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

Answer: Option C

Solution

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