

McqMate
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) |
View all MCQs in
Data Structure and Algorithms (DSA)No comments yet