When lectures is over, add the content as aliases above
[Lecture Slide Link]
๐ค Vocab
โ Unit and Larger Context
Small summary
โ๏ธ -> Scratch Notes
T(n) = O(f(n))
The function T(n) with n input is less than cg(n) for some AND as long as
T(n) = O(f(n)) if s.t.
Big Omega - T(n) is (f(n)) if there exsts c, [c > 0, n_0 >= 0 such that
Omega - T(n) is lower bounded by f(n) (but actually cf(n))
Big O - T(n) has an upper bound of f(n) (but actually cf(n))
In the bottom, we put the restraint that n is greater than 100
Big-: T(n) = iff
T(n) = O(f(n))
T(n) = (f(n))
Prove there exists c and such that T(n) is both Omega and Big O of n.
This proves that f(n) is Big- of n.
Limit Lemma
if L =0 => f(n) = O(g(n))
L = => f(n) = g(n)
L = constant not zero => f(n) = (g(n))