3. Determine the tightest big-O complexity of the recurrence: T(n)=T(n-1)+1, T(0)=0
(A)O(1)
(B) O(n)
(C) O(nlogn)
(D)O(n2)
(E)O(n3)
(A)O(1)
(B) O(n)
(C) O(nlogn)
(D)O(n2)
(E)O(n3)
答案:登入後查看
統計: A(0), B(4), C(0), D(0), E(0) #2826198
統計: A(0), B(4), C(0), D(0), E(0) #2826198