题目
(a) Explain why it is impossible to draw a graph with eight vertices in which the vertex orders are 1, 2, 2, 3, 3, 4, 4 and 6.
Figure 3 shows the network . The numbers on the arcs represent the distances, in km, between the eight vertices, A, B, C, D, E, F, G and H.
(b) Determine whether or not A – C – D – E – C – B – F is an example of a path on . You must justify your answer.
(c) Use Prim’s algorithm, starting at A, to find the minimum spanning tree for . You must clearly state the order in which you select the arcs of the tree.
(d) Draw the minimum spanning tree using the vertices given in Diagram 1 in the answer book.
The weight of arc CF is now increased to a value of . The minimum spanning tree for is unique and includes the same arcs as those found in (c).
(e) Write down the smallest interval that must contain .
题目中文翻译
(a) 解释为什么不可能画出一个具有八个顶点的图,其中顶点度数为 1、2、2、3、3、4、4 和 6。
图 3 显示了网络 。弧上的数字表示八个顶点 A、B、C、D、E、F、G 和 H 之间的距离(单位:km)。
(b) 确定 A – C – D – E – C – B – F 是否是 上路径的一个例子。必须证明你的答案。
(c) 使用 Prim 算法,从 A 开始,找到 的最小生成树。必须清楚说明选择树弧的顺序。
(d) 使用答案本中图 1 给出的顶点画出最小生成树。
弧 CF 的权重现在增加到 。 的最小生成树是唯一的,并且包含与 (c) 中找到的相同的弧。
(e) 写出必须包含 的最小区间。