InterviewSolution
Saved Bookmarks
| 1. |
Consider the case: f(n) = O(g(n)).Then, following two statements are claimed to be inferred from the above case.Statement I: 2f(n) = O(2g(n))Statement II: 2g(n) = O(2f(n))Choose the correct option from the given.(A) Both statements are true(B) Both statements are false(C) Statement I is true and Statement II is false(D) Statement I is false and Statement II is true |
| Answer» | |