Solving 4T(n/5) + log5(n * sqrt(n)) with the master theorem

后端 未结 0 482
情深已故
情深已故 2021-02-10 10:27

I\'m trying to solve the recursion 4T(n/5) + log5(n * sqrt(n)) with the master theorem but I\'ve run into some difficulties.

I understand using the form T(n) = a T(n/b) +

相关标签:
回答
  • 消灭零回复
提交回复
热议问题