Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
7 views
6 pages
Introduction To MST
Uploaded by
jawad
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save Introduction to MST For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
7 views
6 pages
Introduction To MST
Uploaded by
jawad
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save Introduction to MST For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save Introduction to MST For Later
You are on page 1
/ 6
Search
Fullscreen
Minimum Spanning Tree Before knowing about the minimum spanning tree, we should know about the spanning tree. To understand the concept of spanning tree, consider the below graph: The above graph can be represented as G(V, E), where 'V' is the number of vertices, and ‘€' is the number of edges. The spanning tree of the above graph would be represented as GV’, E). In this case, v vertices in the graph, but the number of edges would be different. The number of edges in the V means that the number of vertices in the spanning tree would be the same as the number of spanning tree is the subset of the number of edges in the original graph. Therefore, the number of ‘edges can be written as: EEE It can also be written as: E=|M-1 Two conditions exist in the spanning tree, which is as follows: ‘© The number of vertices in the spanning tree would be the same as the number of vertices in the original graph ve © The number of edges in the spanning tree would be equal to the number of edges minus 1. B= |y-1 ©. The spanning tree should not contain any cycle.©. The spanning tree should not be disconnected Note: A graph can have more than one spanning tree. Consider the below graph: The above graph contains 5 vertices. As we know, the vertices in the spanning tree would be the same as the graph; therefore, V" is equal 5. The number of edges in the spanning tree would be equal to (5 - 1, ie, 4. The following are the possible spanning trees:What is a minimum spanning tree? The minimum spanning tree is @ spanning tree whose sum of the edges is minimum, Consider the below graph that contains the edge weight: The following are the spanning trees that we can make from the above graph.The first spanning tree is a tree in which we have removed the edge between the vertices 1 and 5 shown as below: The sum of the edges of the above tree is (1+ 4 +5 + 2:12 The second spanning tree is a tree in which we have removed the edge between the vertices 1 and 2 shown as below: The sum of the edges of the above tree is (3 +2 +5+4):14 The third spanning tree is a tree in which we have removed the edge between the vertices 2 and 3 shown as below: The sum of the edges of the above tree is (1 +3 +2+5):11 The fourth spanning tree is a tree in which we have removed the edge between the vertices 3 and 4 shown as below: The sum of the edges of the above tree is (1 +3 + 2 + 4) : 10. The edge cost 10 is minimum so it is a minimum spanning tree. General properties of minimum spanning tree: ° If we remove any edge from the spanning tree, then it becomes disconnected. Therefore, we cannot remove any edge from the spanning tree. If we add an edge to the spanning tree then it creates a loop, Therefore, we cannot add any edge to the spanning tree. In a graph, each edge has @ distinct weight, then there exists only a single and unique minimum spanning tree. If the edge weight is not distinct, then there can be more than one minimum spanning tree. Acomplete undirected graph can have ann? number of spanning trees. Every connected and undirected graph contains atleast one spanning tree. The disconnected graph does not have any spanning tree. In acomplete graph, we can remove maximum (e-n+1) edges to construct a spanning tree. Let's understand the last property through an example. Consider the complete graph which is given below.The number of spanning trees that can be made from the above complete graph equals to 0? = 16. Therefore, 16 spanning trees can be created from the above graph. The maximum number of edges that can be removed to construct a spanning tree equals to e-n+1 = 6 -441=3,
You might also like
Spanning Tree
PDF
No ratings yet
Spanning Tree
2 pages
LVR Shankar MST
PDF
No ratings yet
LVR Shankar MST
13 pages
Minimum Spenning Tree
PDF
No ratings yet
Minimum Spenning Tree
22 pages
Graphs Updated
PDF
No ratings yet
Graphs Updated
18 pages
Spanning Tree
PDF
No ratings yet
Spanning Tree
15 pages
Part2 4GraphSpanningTree
PDF
No ratings yet
Part2 4GraphSpanningTree
57 pages
5 Spanning Tree
PDF
No ratings yet
5 Spanning Tree
4 pages
Lecture 11
PDF
No ratings yet
Lecture 11
43 pages
Spanning Tree
PDF
No ratings yet
Spanning Tree
3 pages
Minimum Cost Spanning Trees & Applications
PDF
No ratings yet
Minimum Cost Spanning Trees & Applications
20 pages
Spanning Trees
PDF
No ratings yet
Spanning Trees
24 pages
Unit-IV Spanning - Tree
PDF
No ratings yet
Unit-IV Spanning - Tree
13 pages
Unit 5 Graph
PDF
No ratings yet
Unit 5 Graph
88 pages
Project Title: Minimal Spanning Tree: Batch: A
PDF
No ratings yet
Project Title: Minimal Spanning Tree: Batch: A
6 pages
2 4-GraphSpanningTree
PDF
No ratings yet
2 4-GraphSpanningTree
36 pages
Spanning Tree and Minimum Spanning Tree
PDF
No ratings yet
Spanning Tree and Minimum Spanning Tree
4 pages
GT QB Ans Ca1
PDF
No ratings yet
GT QB Ans Ca1
8 pages
Minimum Spanning Tree
PDF
No ratings yet
Minimum Spanning Tree
20 pages
Greedy MST
PDF
No ratings yet
Greedy MST
30 pages
A Spanning Tree Is A Subset of Graph G
PDF
No ratings yet
A Spanning Tree Is A Subset of Graph G
9 pages
Minimal Spanning Tree-1
PDF
No ratings yet
Minimal Spanning Tree-1
10 pages
Spanning Trees
PDF
No ratings yet
Spanning Trees
7 pages
Spanning Tree Rishi
PDF
No ratings yet
Spanning Tree Rishi
6 pages
Minimum Spanning Tree
PDF
No ratings yet
Minimum Spanning Tree
11 pages
40 - Data Structure & Algorithms - Spanning Tree
PDF
No ratings yet
40 - Data Structure & Algorithms - Spanning Tree
4 pages
Assignment2 Last
PDF
No ratings yet
Assignment2 Last
49 pages
MST - Lecture - 01
PDF
No ratings yet
MST - Lecture - 01
11 pages
5 SpanningTrees EN
PDF
No ratings yet
5 SpanningTrees EN
31 pages
Unit-4-Spanning Tree
PDF
No ratings yet
Unit-4-Spanning Tree
12 pages
Se Lec31
PDF
No ratings yet
Se Lec31
14 pages
Latex Assignment
PDF
No ratings yet
Latex Assignment
4 pages
Spanning Tree
PDF
No ratings yet
Spanning Tree
2 pages
Spanning Tree: R K Mohapatra
PDF
No ratings yet
Spanning Tree: R K Mohapatra
29 pages
Algorithms Section 10 Graph Theory - Trees
PDF
No ratings yet
Algorithms Section 10 Graph Theory - Trees
11 pages
5 TreesandSpanningTrees
PDF
No ratings yet
5 TreesandSpanningTrees
33 pages
26a. Data Structure & Algorithms - Spanning Tree
PDF
No ratings yet
26a. Data Structure & Algorithms - Spanning Tree
3 pages
D.M. Final 2
PDF
No ratings yet
D.M. Final 2
17 pages
Minimum Spanning Tree
PDF
No ratings yet
Minimum Spanning Tree
3 pages
CS124 Spring 2011
PDF
No ratings yet
CS124 Spring 2011
6 pages
DS Lecture17
PDF
No ratings yet
DS Lecture17
19 pages
Spanning Trees
PDF
No ratings yet
Spanning Trees
9 pages
Trees (2) - S
PDF
No ratings yet
Trees (2) - S
26 pages
6.1 Spanning Trees - AlfredBarbosa - MarkEmanDigdigan - Manalo
PDF
No ratings yet
6.1 Spanning Trees - AlfredBarbosa - MarkEmanDigdigan - Manalo
14 pages
Adjacency Matrix Representation Adjacency List Representation
PDF
No ratings yet
Adjacency Matrix Representation Adjacency List Representation
42 pages
4.5 Minimum Spanning Tree
PDF
No ratings yet
4.5 Minimum Spanning Tree
10 pages
UNIT 5 Important Questions Ans
PDF
No ratings yet
UNIT 5 Important Questions Ans
23 pages
Algoritma Analizi 21-Slides
PDF
No ratings yet
Algoritma Analizi 21-Slides
13 pages
PCC CS401
PDF
No ratings yet
PCC CS401
13 pages
Unit 5 Session 3 Kruskals
PDF
No ratings yet
Unit 5 Session 3 Kruskals
22 pages
Minimum Spanning Tree (Prim's and Kruskal's Algorithms)
PDF
No ratings yet
Minimum Spanning Tree (Prim's and Kruskal's Algorithms)
17 pages
What Is Spanning Tree? What Are The Properties and Applications of Spanning Tree?
PDF
No ratings yet
What Is Spanning Tree? What Are The Properties and Applications of Spanning Tree?
5 pages
Loc Spanning Trees
PDF
No ratings yet
Loc Spanning Trees
44 pages
Minimum Spanning Trees
PDF
No ratings yet
Minimum Spanning Trees
20 pages
Spanning Tree: R K Mohapatra
PDF
No ratings yet
Spanning Tree: R K Mohapatra
29 pages
9b. Network Model Minimal Spanning 1S2425 1
PDF
No ratings yet
9b. Network Model Minimal Spanning 1S2425 1
17 pages
Module 6
PDF
No ratings yet
Module 6
54 pages
5 SpanningTrees en
PDF
No ratings yet
5 SpanningTrees en
23 pages