Recall the formal definition for Big-Oh: We say that f(x) = O(g(x) if there exists positive constants c and x0 such that f(x) =x0.
Question Let g(x) =5x^2 + 25x + 10 f(x) = 2500x + 200 We can see that f(x) = O(g(x))
Read moreQuestion Let g(x) =5x^2 + 25x + 10 f(x) = 2500x + 200 We can see that f(x) = O(g(x))
Read more