(Using big-O notation)
Find two functions f(n) and g(n) such that $f\left(n\right)\notin O\left(g\left(n\right)\right)\:and\:\:g\left(n\right)\notin \:O\left(f\left(n\right)\right)$
$f\left(n\right)\notin O\left(g\left(n\right)\right)$: f(n) is not bigger than g(n)?
so can I just put like
$\left(4x\right)\notin O\left(g\left(5x^2\right)\right)$ ?
and other way around for the other equation?
