For the recurrence equation $$T(N)=aT(N/b)+f(N)$$ for $$N>n_{0}$
For the recurrence equation $$T(N)=aT(N/b)+f(N)$$ for $$N>n_{0}$$ and $$T(N) = O(1)$$ for $$N<=n_{0}$$,then $$T(N)=max({O(N^{\log_ba}), O(f(N))})$$ ~@[](2)
答案:FALSE