

InterviewSolution
Saved Bookmarks
1. |
The big-O notation for f(n) = 2log(n!) + (n^2 + 1)logn is?(a) n(b) n^2(c) nlogn(d) n^2lognI have been asked this question during an online interview.I want to ask this question from The Growth of Functions in section Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» Correct answer is (d) n^2logn |
|