247 views
2 votes
2 votes

 
QUESTION 41 : Consider the recurrence relation T(n) = T(n–1) + T(n/2) + n.

Which of the following is a good tight upper bound on T(n)

(A) Θ(n2)
(B) Θ(n2 log n)
(C) Θ(2 (log n)2)
(D) Θ(n (log n)2)

Please log in or register to answer this question.

No related questions found