1,067 views
4 votes
4 votes
Assume that f(n) and g(n) are two functions, such that f(n)=O(g(n)). Which of the following always hold?

A)$f(n)=O((f(n))^{2})$

B)$f(n)=\Omega ((f(n))^{2})$

C)$g(n)=O ((f(n))^{2})$

D)$g(n)=\Omega (g(n))$

Please log in or register to answer this question.