Solving the recurrence formula: T(n) = 3T(n/2) + n^2

后端 未结 0 465
醉梦人生
醉梦人生 2021-02-14 09:42

what would the final expression of this recurrence would be? Without using master\'s theorem as i need to know the final expression and not in terms of big-O, which would be O(n

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