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

For the recurrence equation $$T(N)=8T(N/2)+N^3logN$$,we obtain $

Luz5年前 (2021-05-10)题库1569
For the recurrence equation $$T(N)=8T(N/2)+N^3logN$$,we obtain $$T(N)=O(N^3logN)$$ acorrding to the Master Theorem.~@[](2)

答案:FALSE