MATCHING GRAPH THEORY

1,917 views 9 slides Apr 23, 2018
Slide 1
Slide 1 of 9
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9

About This Presentation

GRAPH THEORY


Slide Content

Submitted by: Aman Sharma PRESENTATION ON MATCHING

MATCHING A matching or independent edge set in a graph is a set of edges without common vertices. A vertex is said to be a matched if it is incident to an edge otherwise unmatched. A matching ‘ m ’ that contains largest possible number of edges is called maximum matching .

MAXIMAL MATCHING A maximal matching is a matching M of a graph G with the property that if any edge not in M is added to M , it is no longer a matching A matching M of a graph G is maximal if every edge in G has a non-empty intersection with at least one edge in M .

MAXIMUM MATCHING It is also known as maximum cardinality matching. It is a matching that contains the largest possible number of edges. The number of edges in the maximum matching of ‘ G ’ is called its matching number .

The matching number of this graph is 2

PERFECT MATCHING A matching (M) of graph (G) is said to be a perfect match, if every vertex of graph g (G) is incident to exactly one edge of the matching (M), i.e., deg(V ) = 1 ∀ V Every perfect matching of graph is also a maximum matching of graph, because there is no chance of adding one more edge in a perfect matching graph.

THANK YOU
Tags