Examveda

What is the time complexity of Bubble Sort in the average case?

A. O(n log n)

B. O(n)

C. O(n2)

D. O(n3)

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms