Vidyalelo
Data Structure · Q106

Sorting Algorithms

Programming · Data Structure · question 106

Q106

What is the worst case time complexity of cycle sort?

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

Answer: Option D

Solution

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