1.

The big-theta notation for f(n) = nlog(n2 + 1) + n2logn is

A. n<sup>2</sup>logn
B. n<sup>2</sup>
C. logn
D. nlog(n<sup>2</sup>)
Answer» B. n<sup>2</sup>


Discussion

No Comment Found