If $f(x)$ is $O(g(x))$, it means there exists a constant $C_1$ and a value $x_0$ such that $|f(x)| \leq C_1|g(x)|$ for all $x > x_0$. Similarly, if $g(x)$ is $O(h(x))$, it means there exists a constant $C_2$ and a value $x_1$ such that $|g(x)| \leq C_2|h(x)|$ for
Show more…