I am going through self study of theory of automate. I need some help in solving out the following problem:
If f(n) = O(n2)
and g(n) = O(n3)
then how can I prove
whether g(n)/f(n) = O(n)
holds?
I am going through self study of theory of automate. I need some help in solving out the following problem:
If f(n) = O(n2)
and g(n) = O(n3)
then how can I prove
whether g(n)/f(n) = O(n)
holds?