For which case are both $f(n) \ne O(g(n))$ and $g(n) \ne O(f(n))$ true?
I have following answer to this which I could not understand:
Sometimes true: For $f(n) = 1$ and $g(n) = |n \sin n|$ it is true, while for any $f(n) = O(g(n))$, e.g. $f(n) = g(n) = 1$, it is not true.
Please someone help in understanding:
For which case is it sometimes true? An explanation with example will be much appreciated.
What is meaning of "||" in this?