which of the following are true: (1) f(n) = o(g(n)), (2) f(n) = Θ(g(n)), or (3) g(n) = o(f(n)) for each function. Justify briefly your choices. 1. f(n) = 22n, g(n) = 3n + logn. 2. f(n) = √n + log(nn) + 500, g(n) = n.
Get Answers For Free
Most questions answered within 1 hours.