GATE | CS | 2022 | Algorithms | Complexity Analysis | Question 11

Last Updated :
Discuss
Comments

Which one of the following statements is TRUE for all positive functions f (n)?

[Tex]f(n^{2}) = \theta (f(n^{2}))  [/Tex], when f (n) is a polynomial

[Tex]f(n^{2}) = o (f(n^{2}))[/Tex]

[Tex]f(n^{2}) = O(f(n^{2}))  [/Tex], when f (n) is an exponential function

[Tex]f(n^{2}) = Ω(f(n^{2}))[/Tex]

Share your thoughts in the comments