Graph Minimum Spanning Tree
Question 1 |
1/12(11n^2 – 5n) | |
n^2 – n + 1 | |
6n – 11 | |
2n + 1 |
Discuss it
Question 2 |
11 | |
25 | |
31 | |
41 |
Discuss it
Question 3 |
7 | |
8 | |
9 | |
10 |
Discuss it
Question 4 |
7 | |
8 | |
9 | |
10 |
Discuss it
Question 5 |
Graph G has no minimum spanning tree (MST) | |
Graph G has a unique MST of cost n-1 | |
Graph G has multiple distinct MSTs, each of cost n-1 | |
Graph G has multiple spanning trees of different costs |
Discuss it
Question 6 |
Which one of the following cannot be the sequence of edges added, in that order, to a minimum spanning tree using Kruskal’s algorithm?
(a—b),(d—f),(b—f),(d—c),(d—e) | |
(a—b),(d—f),(d—c),(b—f),(d—e) | |
(d—f),(a—b),(d—c),(b—f),(d—e) | |
(d—f),(a—b),(b—f),(d—e),(d—c) |
Discuss it
Question 7 |
Every minimum spanning tree of G must contain emin | |
If emax is in a minimum spanning tree, then its removal must disconnect G | |
No minimum spanning tree contains emax | |
G has a unique minimum spanning tree |
Discuss it
Question 8 |
n — 1 | |
2n — 2 | |
nC2 | |
2 |
Discuss it
v1
\
v2
\
v3
\
v4
.
.
.
vn
Weight of the minimum spanning tree
= 2|2 - 1| + 2|3 - 2| + 2|4 - 3| + 2|5 - 4| .... + 2| n - (n-1) |
= 2n - 2
Question 9 |
T' = T with total weight t' = t2 | |
T' = T with total weight t' < t2 | |
T' != T but total weight t' = t2 | |
None of the above |
Discuss it
there is one counter example when the graph has only one edge.
In that case, the two values are same.
Question 10 |
Which one of the following is NOT the sequence of edges added to the minimum spanning tree using Kruskal's algorithm?
(b,e)(e,f)(a,c)(b,c)(f,g)(c,d) | |
(b,e)(e,f)(a,c)(f,g)(b,c)(c,d) | |
(b,e)(a,c)(e,f)(b,c)(f,g)(c,d) | |
(b,e)(e,f)(b,c)(a,c)(f,g)(c,d) |
Discuss it

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
