2. From the following list of functions, indicate only the order of complexity (O big) to which they belong. a) 3x2 + 5x
Posted: Sat May 14, 2022 7:37 pm
2. From the following list of functions, indicate only the order of complexity (O big) to which they belong. a) 3x2 + 5x b) 5x2 + 3x3 + 5 c) log(x) d) 2x + 100x50 e) 5. exp(x2) 3. Determine the order of complexity using for the following functions. You need to show the value of c for which g(x) 2 c f(x) holds. a) 4x b) 3x2 + 2x + 1 c) 5x4 + 3x2 4. If we have an algorithm A, whose complexity is 0 (3n3) and A, is an algorithm whose complexity is 0 (5n3). If we execute them sequentially A = A A2, what is the complexity associated with algorithm A?