Q.

Consider that n elements are to be sorted. What is the worst case time complexity of Bubble sort?

A. o(1)
B. o(log2n)
C. o(n)
D. o(n^2)
Answer» D. o(n^2)
5.3k
0
Do you find this helpful?
41

Discussion

No comments yet