Page 1 of 1

Consider the following two functions f1(n) and f2(n): f1(n) = 8n2 + 12n + 5, f2(n) = n3 . From the formal definition of

Posted: Sat May 14, 2022 3:05 pm
by answerhappygod
Consider the following two functions f1(n) and f2(n): f1(n) =
8n2 + 12n + 5, f2(n) = n3 . From the formal definition of Big-O
notation f(n) = O(g(n)), show that f1(n) = O(f2(n))