Alternative formulation of parts of calculus.
def. Big-Oh Notation. for functions , we say iff:
- Definition 1:
- Definition 2:
- ⇒ Intuitive Understanding:
def. Big-Omega Notation. For functions we say iff
def. Big-Theta Notation
Search
Alternative formulation of parts of calculus.
def. Big-Oh Notation. for functions f,g, we say f(n)=O(g(n)) iff:
def. Big-Omega Notation. For functions f,g we say f=Ω(g) iff g=O(f)
def. Big-Theta Notation
f=O(g) and f=Ω(g)⟹f=Θ(g)