-->
当前位置:首页 > 题库

For the recurrence equation $$T(N)=aT(N/b)+f(N)$$, if $$af(N/b)=

Luz5年前 (2021-05-10)题库1687
For the recurrence equation $$T(N)=aT(N/b)+f(N)$$, if $$af(N/b)=f(N)$$, then $$T(N)=\Theta (f(N) log_b N)$$. ~@[](2)

答案:TRUE