1/11
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
little omega formal definition
{f(n): for all constants c > 0, there exists a constant n0 > 0 such that 0 ≤ cg(n) < f(n) for all n ≥ n0}
little o formal definition
{f(n): for all constants c > 0, there exists a constant n0 > 0 such that 0 ≤ f(n) < cg(n) for all n ≥ n0}
Big O formal definition
{f(n): there exists constants c, n0 > 0 such that 0 ≤ f(n) < cg(n) for all n ≥ n0}
Big Omega formal definition
{f(n): there exists constants c, n0 > 0 such that 0 ≤ cg(n) < f(n) for all n ≥ n0}
Big Theta formal definition
{f(n): there exists constants c1, c2 ,n0 > 0 such that 0 ≤ c1g(n) ≤ f(n) ≤ c2g(n) for all n ≥ n0}
blogb(a)
a
logc(ab)
logc(a) + logc(b)
logb(an)
nlogb(a)
logb(a)
(logc(a))/(logc(b))
logb(1/a)
-logb(a)
1/loga(b)
logb(a)
alogb(c )
clogb(a)