difference between f=G×m×n/d^2 and f=G×m×n/r^2
Answers
Answered by
1
Answer:Let f(n) = 16n3 +10 n log n and g(n) = 8758 n2 log n + 9248 n2. Which of the following is true?
a) f(n) is O(g(n)) and g(n) is O(f(n)).
b) g(n) is O(f(n)), but f(n) is not O(g(n))
c) f(n) is O(g(n)), but g(n) is not O(f(n))
d) f(n) is not O(g(n)) and g(n) is not O(f(n))
Step-by-step explanation:
Similar questions