Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M. Kroenke

1st Edition

0130086509, 978-0130086501

More Books

Students also viewed these Databases questions