Solve, in big-θ, the following recurrence relationT(n) = 4 * T(n/4), where n >= 4 T(n) = c, where n = 1 for a constant c.单项选择题

A
θ(1)
B
θ(log n)
C
θ(n)
D
θ(n log n)
E
θ(n^2)
F
θ(n^3)
G
θ(2^n)
H
θ(n!)
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
类似问题
In the context of the Master Theorem 𝑇 ( 𝑛 ) = 𝑎 𝑇 ( 𝑛 / 𝑏 ) + 𝑓 ( 𝑛 ) , the total work done by all internal nodes in the recursion tree is primarily determined by:
What is the asymptotic behavior of T(n) = 2T(n/2) + O(1)? Select the tightest bound that holds.
What is the asymptotic behavior of T(n) = 4T(n/2) + O(n2)? Select tightest bound that holds.
What is the asymptotic behavior of T(n) = 4T(n/2) + O(n3)? Select tightest bound that holds.
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!