- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
最小耗费生成树(Minimum cost spanning tree)
最小耗费生成树(Minimum cost spanning tree)
Make f the edge of the loop that is not in the T.
Since the loop is not included in the T, at least one edge of the loop formed is not in the T.
From the selection method of E and F can be seen in the V=U+ {e} double f} is a spanning tree, and T k- has exactly 1 edges do not appear in V. Now to prove that V costs as much as U does. Obviously, the cost of V is equal to the cost of U, plus the cost of the upper e, and then subtract the cost of the edge F. If the cost of E is smaller than f, then the cost of spanning tree V is less than that of U, which is impossible. If the cost of E is higher than f, in the K r u s k a l algorithm, f will be considered before E. Since f is not in T, the Kruskal algorithm discards F when considering whether f can join T, so f and T consume less than or equal to f to form a loop. By selecting e, all of these edges are in U, so U must contain loops, but in reality this is impossible because U is a spanning tree. The price of E is higher than fs hypothesis, which will lead to contradiction. The only remaining possibility is that E has the same cost as F, which shows that V and U consume the same amount.
(3) data structure selection and complexity analysis
In order to select edges in a non decreasing order, a minimum heap can be built and each side is removed from the pile as needed. When there is a e edge in the graph, it takes time (E) to initialize the heap and O (l o GE) to select each edge. The set T of the edge, together with the vertices in the G, defines a graph composed of at most N connected subgraphs. Vertex sets are used to describe each subgraph, and these vertex sets have no common vertex. To determine whether the edges (U, V) generate loops, simply check whether the U V is centered on the same vertex (that is, in the same subgraph). If so, a loop will be formed; if not, the loop will not be generated. Thus, two F i n d operations are sufficient for the vertex set. When an edge is containe
您可能关注的文档
- 数列解题有何技巧(What skills are there in solving a series).doc
- 数列通项公式的求法资料(The data of the general term formula of a sequence).doc
- 数字 对联(Digital couplet).doc
- 数字制图基础知识(Basic knowledge of digital cartography).doc
- 教育学-课堂教学提问策略新探(Pedagogy - a new approach to questioning strategies in classroom teaching).doc
- 数字推理(1-100)(Digital reasoning (1-100)).doc
- 数字推理必看!(Digital reasoning must be seen!).doc
- 教育实习总结范文(Summary of teaching practice).doc
- 教育心理学复习资料—名词解释—电子书(Educational psychology review material - noun interpretation - Ebook).doc
- 数字推理题规律1(Rules of numerical reasoning 1).doc
最近下载
- 2023同等学力专硕外科(真题知识回忆) (1).docx
- SAPCS模块介绍.pdf VIP
- 数字影视制作(Premiere)(山东联盟)知到智慧树期末考试答案题库2024年秋潍坊学院.docx VIP
- TH型集中控制型.doc VIP
- 道路工程制图 第5版 教案12 (绘制相贯体的投影).pdf
- 感统训练培训手册(适合3-13岁儿童).pdf VIP
- 《思想道德与法治》遵守法律规范 锤炼道德品格-第五章.pptx VIP
- 2021年国开电大药剂学(本)自测答案 .pdf VIP
- 汽车消费心理学- 汽车营销策略与消费者心理.pdf VIP
- 道路工程制图 第5版 教案11 (绘制截切体的投影).pdf
原创力文档


文档评论(0)