Hi, i don't know how to do the question below, can u please help?
Thank you!
1.For f ∈ O(n^2), which one is correct?
a) f ∈ O(n^4)
b) f might be in O(n^4)
c) f ∈/(not) O(n^4)
and if the answer is b) show example of f ∈ O(n^4) and f ∈/ O(n^4)
2.For f ∈ Θ(n^3), which one is correct?
a) f ∈ Θ(n^2)
b) f might be in Θ(n^2)
c) f ∈/(not) Θ(n^2)
and if the answer is b) show example of f ∈ Θ(n^2) and f ∈/ Θ(n^2)
2.For f ∈ Ω(n log n), which one is correct?
a) f ∈ Ω(n^3)
b) f might be in Ω(n^3)
c) f ∈/(not) Ω(n^3)
and and if the answer is b) show example of f ∈ Ω(n^3) and f ∈/ Ω(n^3)