Long time no see math concepts.
but as I want to improve in programing I need to get into some math concepts and symbols for understanding time complexity.
I saw this explanation in a problem that I solved:
"Because of $h ∈ O(n)$, the space complexity is $O(n)$."
Does this mean that $h$ relates to $O(n)$?
In such a way that if $n$ grows $h$ can grow, and if $n$ decreases $h$ can decrease?
I make sense to me but as far as I know, this symbol ($∈$) was used to tell a number belongs to a certain set
like $x$ belongs to real numbers, $x \in \mathbb R$.