Questions on runtime analysis properties
- by ryanxu
Am I wondering if the follow are true.
If f(n) is O(g(n)) and f(n) is also O(g(n)) that means
f(n) is also big T(g(n)) right? Also if either of the 2 above are false, then f(n) is not big T(g(n))?