Page 1 of 1

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

Posted: Thu Jul 14, 2022 8:57 am
by answerhappygod
a) O(n2)
b) O(3n)
c) O(n4)
d) O(n5)