MCQOPTIONS
Saved Bookmarks
| 1. |
In a binary max heap containing n numbers, the smallest element can be found in ______ time. |
| A. | O(n) |
| B. | O(log2 n) |
| C. | O(1) |
| D. | O(log2 log2 n) |
| Answer» B. O(log2 n) | |