binary heap cannot perform insert in O(1).
所在版块:
求学狮城
发贴时间:2003-11-14 15:20
用户信息
昵称:
Flying
经验: 17053
等级: 18 华新水车
资产:
17069
华新币
发贴: 16849
在线: 2864.2 小时
复制本帖HTML代码
我要回复↙
相关跟贴↙
平板模式
手机浏览
下一跟贴
只看此人
本帖链接
字体:
小
中
大
高亮
:
今天贴
X
昨天贴
X
前天贴
X
Trace the insert algorithm for binary heap, and you'll know why.
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!
Flying @way
相关帖子
我要回复↙
↗回到正文
a question about running time:
-
最近不太好
2003-11-11 16:56
(
339 bytes , 605reads
)
binary heap cannot perform insert in O(1).
-
Flying
2003-11-14 15:20
(
64 bytes , 236reads
)
But I think it can-->
-
cigar
2003-11-14 16:24
(
183 bytes , 229reads
)
sorry...I didn't notice the "best-case time" there
-
Flying
2003-11-14 17:20
(
76 bytes , 222reads
)
My thoughts-->
-
cigar
2003-11-11 20:57
(
300 bytes , 236reads
)
Correction: for max heap, delete mim should be
-
cigar
2003-11-11 21:04
(
56 bytes , 301reads
)