19. Let A(r) be the area of a circle with a radius r. Assume that the worst-case time T(n) to execute a given program with input of size n is T(n) =n x A(n) = O(f(n)). What is the function of f(n)?
(A)n;
(B)n2,
(C)n3,
(D)n4.

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