

MCQOPTIONS
Saved Bookmarks
1. |
Consider that n elements are to be sorted. What is the worst case time complexity of Bubblesort? |
A. | O(log2n) |
B. | O(1) |
C. | O(n2) |
D. | O(n) |
Answer» D. O(n) | |