1.

The running time for creating a heap of size n is .

A. O(n)
B. O(log n)
C. O(n log n)
D. O(n^2)
Answer» D. O(n^2)


Discussion

No Comment Found