- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Mark Allen Weiss 数据结构与算法分析 课后习题答案11
Chapter 11: Amortized Analysis 11.1 When the number of trees after the insertions is more than the number before. 11.2 Although each insertion takes roughly log NO , and each DeleteMinO takes 2log NO actual time, our accounting system is charging these particular operations as 2 for the insertion and 3log NO−2 for the DeleteMin.O The total time is still the same; this is an accounting gimmick. If the number of insertions and DeleteMinsO are roughly equivalent, then it really is just a gimmick and not very meaningful; the bound has more significance if, for instance, there are NO insertions and OO (NO/ log NO) DeleteMinsO (in which case, the total time is linear). 11.3 Insert the sequence NO , NO + 1, NO − 1, NO + 2, NO − 2, NO + 3, ..., 1, 2NO into an initially empty skew heap. The right path has NO nodes, so any operation could take Ω(NO) time. 11.5 We implement DecreaseKey(X, H) as follows: If lowering the value of XO creates a heap order violation, then cut XO from its parent, which creates a new skew heap HO 1 with the new value of XO as a root, and also makes the old skew heap HO smaller. This operation might also increase the potential of HO , but only by at most log NO . We now merge HO and HO 1. The total amortized time of the MergeO is OO (log NO), so the total time of the DecreaseKeyO operation is OO (log NO). 11.8 For the zigO−zigO case, the actual cost is 2, and the potential change is R ( XO ) + R ( PO ) + R ( GO ) − R ( XO ) − R ( PO
您可能关注的文档
- 员工调查10-21-08Item15Employeesurvey.pdf
- E-Signature电子签名介绍.pdf
- 每 日 新 闻 读 卖2010-11-15.pdf
- 2013年1月15日黑色H管ROHS十项+四大卤素+四大重金属检测报告.pdf
- ISO 5904-1981 体育器械.自由体操用的着地垫和地板.阻滑移的测定.pdf
- 一阶导数形式不变性.pdf
- 大宇标准 EDS-T-7756-01.pdf
- 15BY45-83G规格书.pdf
- 3540S-1-201L;3540S-1-103L;3540S-1-102L;3540S-1-202L;3540S-1-502L;中文规格书,Datasheet资料.pdf
- GP-PROEX基础实践课程------第15章:配方.pdf
- Attack on Okamoto et al.’s New Short Signature Schemes.pdf
- 数字签名论文.pdf
- 11-Track配置.pdf
- PD15-22BTR8;中文规格书,Datasheet资料.pdf
- cash. On the Forgeability of Wang-Tang-Li’s ID-Based Restrictive Partially Blind Signature.pdf
- AQY210S1Y;AQY210SX;AQY214SX;AQY210SZ;AQY214SZ;中文规格书,Datasheet资料.pdf
- Onlylady达人OLAY保湿“蓝瓶”测评集.pdf
最近下载
- 实施指南《GB21345 - 2024黄磷单位产品能源消耗限额》实施指南.pptx VIP
- 吉林省德惠市第三中学2024-2025学年七年级上学期9月月考地理试题.docx VIP
- 气流干燥器设计说明书.doc VIP
- 《电子商务基础》中职电子商务专业全套教学课件.pptx
- 桶装水项目质量管理方案.docx VIP
- 地震数据采集设备的收放方法、集运箱和车辆.pdf VIP
- 压力管道壁厚及开孔补强计算.xls VIP
- 四五级拼音版 (20220824修订).pdf VIP
- 幼儿园区域留痕培训.pptx VIP
- 2025年贵州省高职(专科)分类招生中职生文化综合考试试卷(英语试题)676.pdf VIP
文档评论(0)