Page 1 of 1

Computer science algorithm question using math.

Posted: Sat Feb 19, 2022 3:22 pm
by answerhappygod
Computer science algorithm question using math.
Computer Science Algorithm Question Using Math 1
Computer Science Algorithm Question Using Math 1 (33.83 KiB) Viewed 29 times
0.1. In each of the following situations, indicate whether f = 0(g), or f = N(g), or both (in which case f = O(g)). f(n) g(n) 100 200 (b) n1/2 (c) 100n + log n n+ (log n) (d) n log n 10n log 10n (a) n – n- n2/3