由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - [Algorithm] 求 T(n)=2T(n/2)+n/(logn)^2 之 O( )
相关主题
(logn)!是什么意思?sum of the outcomes of dice tosses
求教两个正项级数的极限证明请教公式化简问题。
素数问题最牛的结果how to proof
Is this converge: Sum(1/i^2) where i goes from 1 to infinity奇怪,h'(1)>0,h(x)在1附近减
哪位能帮我看看Landau's theorm怎么证明请问, 这个求系列之和最大值的问题,需要看数学哪个方面的知识??
a beautiful polynomial equality problem小鱼行走半径问题
请教一个不等式问一个关于generalized sums的问题
这是个什么样的分布? 递推式给了. 研究中遇到的怎么证明: Asymptotically SUM i*Pr(i) is bounded by O(n^a)
相关话题的讨论汇总
话题: 2t话题: logn话题: algorithm话题: sum话题: why
进入Mathematics版参与讨论
1 (共1页)
M****J
发帖数: 2908
1
求 T(n)=2T(n/2)+n/((logn)^2) 之 O( )
...
...
答:O(n), Why?, How?
---------------
类似 SUM(k/((logk)^2)) = O(n)
W**********U
发帖数: 132
2
First, build a tree.
Next, sum up the cost at each level and use the fact that 1 + 1/2^2 + 1/3^2
+ ... < 2
It is indeed O(n)

【在 M****J 的大作中提到】
: 求 T(n)=2T(n/2)+n/((logn)^2) 之 O( )
: ...
: ...
: 答:O(n), Why?, How?
: ---------------
: 类似 SUM(k/((logk)^2)) = O(n)

1 (共1页)
进入Mathematics版参与讨论
相关主题
怎么证明: Asymptotically SUM i*Pr(i) is bounded by O(n^a)哪位能帮我看看Landau's theorm怎么证明
[求助]lagrange multipliera beautiful polynomial equality problem
求救一个数学规划问题请教一个不等式
Tao已经找到初等证明了这是个什么样的分布? 递推式给了. 研究中遇到的
(logn)!是什么意思?sum of the outcomes of dice tosses
求教两个正项级数的极限证明请教公式化简问题。
素数问题最牛的结果how to proof
Is this converge: Sum(1/i^2) where i goes from 1 to infinity奇怪,h'(1)>0,h(x)在1附近减
相关话题的讨论汇总
话题: 2t话题: logn话题: algorithm话题: sum话题: why