22. Let f(n) and g(n) be asymptotically positive functions. T(n) is the time an algorithm takes for an input of size n. Which one of the following statement is not correct?
(A) For the two functions (n) and g(n), either (n)-O(g(n)) or (n)=Ω(g(n))
(B) 1g(nc)=O(Ign) for constantc>0
(C) nc=O(an) for constants c>0 and a>1
(D) For any uniform cost RAM program T(n) =Ω(S(n), where S(n) is the space an algorithm uses for an input of size n
(E) max(f(n),g(n))=θ(f(n)+g(n))

答案:登入後查看
統計: A(0), B(0), C(0), D(0), E(1) #3067428

詳解 (共 1 筆)

#7102384
題目解析 這道題目要求我們判斷五個選項...
(共 1127 字,隱藏中)
前往觀看
0
0