MCQOPTIONS
Saved Bookmarks
| 1. |
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» E. | |