网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Minimum cost spanning tree
释义

Minimum cost spanning tree

中文百科

最小生成树 Minimum spanning tree

(重定向自Minimum cost spanning tree)
一个平面图和它的最小生成树。在该图中,边的长度正比于权值A。
这张图表明一个图中可能有多个最小生成树

最小生成树是一副连通加权无向图中一棵权值最小的生成树

在一给定的无向图 G = (V, E) 中,(u, v) 代表连接顶点 u 与顶点 v 的边(即 (u, v)\in E),而 w(u, v) 代表此边的权重,若存在 T 为 E 的子集(即 T\subseteq E)且为无循环图,使得

的 w(T) 最小,则此 T 为 G 的最小生成树

最小生成树其实是最小权重生成树的简称。

一个连通图可能有多个生成树。当图中的边具有权值时,总会有一个生成树的边的权值之和小于或者等于其它生成树的边的权值之和。广义上而言,对于非连通无向图来说,它的每一连通分量同样有最小生成树。

英语百科

Minimum spanning tree 最小生成树

(重定向自Minimum cost spanning tree)
A planar graph and its minimum spanning tree. Each edge is labeled with its weight, which here is roughly proportional to its length.
This figure shows there may be more than one minimum spanning tree in a graph. In the figure, the two trees below the graph are two possibilities of minimum spanning tree of the given graph.
This figure shows the cut property of MSTs. T is the only MST of the given graph. If S = A,B,D,E, thus V-S = C,F, then there are 3 possibilities of the edge across the cut(S,V-S), they are edges BC, EC, EF of the original graph. Then, e is one of the minimum-weight-edge for the cut, therefore S ∪ e is part of the MST T.

A minimum spanning tree is a spanning tree of a connected, undirected graph. It connects all the vertices together with the minimal total weighting for its edges.

A single graph can have many different spanning trees. We can also assign a weight to each edge, which is a number representing how unfavorable it is, and use this to assign a weight to a spanning tree by computing the sum of the weights of the edges in that spanning tree. A minimum spanning tree (MST) or minimum weight spanning tree is then a spanning tree with weight less than or equal to the weight of every other spanning tree. More generally, any undirected graph (not necessarily connected) has a minimum spanning forest, which is a union of minimum spanning trees for its connected components.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/21 4:44:34