Question: Consider the following graph with the numbers representing the weight of each edge: [ 2 ] a b c d e f g h 1

Consider the following graph with the numbers representing the weight of each edge: [2]
a
b
c
d
e
f
g
h
10
1
4
3
2
0
8
2
7
1
6
8
9
12
Find the weight of the minimal spanning tree of this graph.
A.15 B.17 C.20 D.24 E.25
21. For the graph in Question 20, what is the minimum number of edges that need to be [2]
removed to make the graph a tree?
A.4 B.5 C.6 D.7 E.8
22. For the graph in Question 20, which of the following statements about its minimal [2]
spanning trees (MSTs) is CORRECT?
A. An MST created by Kruskals algorithm can have total weight greater than an
MST created by Prims algorithm
B. An MST created by Prims algorithm can have total weight greater than an
MST created by Kruskals algorithm
C. Any MST created by Kruskals algorithm and any MST created by Prims
algorithm will include the edge (a, c).
D. Both Kruskals and Prims algorithm require that the first two edges chosen
are (b, e) followed by (e, f).
E. Both Kruskals and Prims algorithm require the edge (g, h) to be included

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!