1.

A function in which f(n) is (g(n)), if there exist positive values k and c such that f(n)>=c*g(n), for all n>=k. This notation defines a lower bound for a function f(n):

A. Big Omega (f)
B. Big Theta (f)
C. Big Oh O (f)
D. None of the above
Answer» B. Big Theta (f)


Discussion

No Comment Found