1.

The big-O notation for f(n) = (nlogn + n2)(n3 + 2) is

A. O(n<sup>2</sup>)
B. O(3<sup>n</sup>)
C. O(n<sup>4</sup>)
D. O(n<sup>5</sup>)
Answer» E.


Discussion

No Comment Found