The term would then be in O(1), I believe. Do I still interpret this term as having a limit of zero, as n goes to infinity?
Thanks,
The term would then be in O(1), I believe. Do I still interpret this term as having a limit of zero, as n goes to infinity?
Thanks,
Copyright © 2021 JogjaFile Inc.
Not necessarily. By definition $O(1)$ is a map $f$ such that there is some $M \geq 0$ such that $|f(x)| \leq M$ for all suitable $x$.