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

For the recurrence equation $$T(N)=2T(N/2)+N$$ for $$N>1$$ and $

Luz5年前 (2021-05-10)题库980
For the recurrence equation $$T(N)=2T(N/2)+N$$ for $$N>1$$ and $$T(1) = O(1)$$, then $$T(N)=O(N)$$ ~@[](1)

答案:FALSE