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

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

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

答案:FALSE