Vidyalelo
Data Structure · Q1

Sorting Algorithms

Programming · Data Structure · question 1

Q1

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

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

Answer: Option C

Solution

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