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:
a
b
c
d
e
f
g
h
Find the weight of the minimal spanning tree of this graph.
A B C D E
For the graph in Question what is the minimum number of edges that need to be
removed to make the graph a tree?
A B C D E
For the graph in Question which of the following statements about its minimal
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
