25. Assume that T(n) is constant for sufficiently small n. Which one of the following statements is correct?
(A) T(n)=2 T(n2) + nlogn,then T(n)=θ(nlogn).
(B) T(n)=2 T(n2)+n/logn,then T(n)=θ(n).
(C) T(n)=2T(n2) +n/log2n, then T(n)=θ(n).
(D) T(m)=T(n-1)+, then T(n)=θ(nlogn).
(E) T(n)= T(n-1) + nlogn, then T(n)=θ(nlogn).

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

詳解 (共 1 筆)

#7102378
題目解析 題目要求判斷給定的遞迴關係式...
(共 1132 字,隱藏中)
前往觀看
0
0