Is $O(n-d) = O(n)$ true?

29 Views Asked by At

Say we have a variable $n > 0$ and a constant $d \geq 0$. Is is then true that $O(n-d) = O(n)$?