- #1
needhelp83
- 199
- 0
Suppose f(N) = O(h(N)) and g(N) = O(h(N))
1. Is f(N) + g(N) = O(h(N))
2. Is f(N) * g(N) = O(h(N))
Justify answers
I am totally lost on these questions. ANY help would be greatly appreciated.
1. Is f(N) + g(N) = O(h(N))
2. Is f(N) * g(N) = O(h(N))
Justify answers
I am totally lost on these questions. ANY help would be greatly appreciated.