In: Computer Science
Justify the following statements using the "big-Oh" definition:
a) (n+25)2 is O(n2) , and n2 is O((n+25)2)
b) n3 is NOT O(n2);
c) Given f1(n) is (n+25)2 , and f2(n) is n3 what is the big-Oh for f1(n) x f2(n)?
(1) Go through the solution as per the numbering given on the sheet on the top right corner.