What does Õ (omicron tilde) mean in complexity Õ(n) vs O(n) [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I've never seen this notation for complexity: Õ(n). It comes up in the context of learning in stochastic algorithms. Anyone know this notation? You can't exactly google this... EDIT: SOLVED I think people have pointed out the right answer below. In my case Õ() is used to hide an exponential growth of a tree. 回答1