1.

In a binary max heap containing n numbers, the smallest element can be found in _________ time?

A. O(n)
B. O(log2n)
C. O(1)
D. O(n*n)
Answer» B. O(log2n)


Discussion

No Comment Found