Computational complexity with an epsilon

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
yavanna
Messages
10
Reaction score
0
What does that mean when there's an [itex]\epsilon[/itex] in the complexity, such as
[itex]O(n^{2+\epsilon})[/itex] for every [itex]\epsilon >0[/itex]
 
Physics news on Phys.org
yavanna said:
What does that mean when there's an [itex]\epsilon[/itex] in the complexity, such as
[itex]O(n^{2+\epsilon})[/itex] for every [itex]\epsilon >0[/itex]

Welcome to PF, yavanna! :smile:

I would tend to take it very literally.
It says the complexity is greater than [itex]O(n^{2})[/itex].
But it is less than for instance [itex]O(n^{2.1})[/itex].

Note that a complexity of [itex]O(n^{3})[/itex] as well as [itex]O(n^{4})[/itex] implies a complexity of [itex]O(n^{3})[/itex].
 
Last edited: