A function f (n) is Big-Theta of another function g(n) if and only if:
A) f(n) is Big-Omega of g(n) and f(n) is Big-Oh of g(n) .
B) f(n) is Big-Omega of g(n) and g(n) is Big-Oh of f(n) .
C) for any n <= n1, f (n) <= c1 * g(n) , and for any n <= n2, f (n) <= c2 * g(n) .
D) for any n >= n1, f (n) <= c1 * g(n) , and for any n <= n2, f (n) >= c2 * g(n) .
Correct Answer:
Verified
Q15: Using the following code segment could help
Q16: What is the Big-Oh of the function
Q17: Merge Sort is more efficient than Bubble
Q18: If the order of magnitude is n2
Q19: If the order of magnitude is log
Q21: The pattern T(n) = 2k T(n /
Q22: In trying to compute running time, we
Q23: Running times represented using the Big-Oh notation
Q24: Which of the following is the Big-Oh
Q25: To analyze the running time of a
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents