Euler Graph
Euler Graph
Graph Theory
Types of Graphs-
Before you go through this article, make sure that you have gone through the
previous article on various Types of Graphs in Graph Theory.
We have discussed-
A graph is a collection of vertices connected to each other through a set of
edges.
The study of graphs is known as Graph Theory.
In this article, we will discuss about Euler Graphs.
Euler Graph-
Any connected graph is called as an Euler Graph if and only if all its vertices are of even degree.
OR
An Euler Graph is a connected graph that contains an Euler Circuit.
Here,
Thisgraph is a connected graph and all its vertices are of even degree.
Therefore, it is an Euler graph.
Euler Path-
If there exists a Trail in the connected graph that contains all the edges of the
graph, then that trail is called as an Euler trail.
OR
If there exists a walk in the connected graph that visits every edge of the
graph exactly once with or without repeating the vertices, then such a walk
is called as an Euler walk.
NOTE
A graph will contain an Euler path if and only if it contains at most two vertices of odd degree.
If there exists a Circuit in the connected graph that contains all the edges of
the graph, then that circuit is called as an Euler circuit.
OR
If there exists a walk in the connected graph that starts and ends at the same
vertex and visits every edge of the graph exactly once with or without
repeating the vertices, then such a walk is called as an Euler circuit.
OR
An Euler trail that starts and ends at the same vertex is called as an Euler
circuit.
OR
A closed Euler trail is called as an Euler circuit.
NOTE
A graph will contain an Euler circuit if and only if all its vertices are of even degree.
If a connected graph contains an Euler trail but does not contain an Euler circuit,
then such a graph is called as a semi-Euler graph.
Example-
Here,
This graph contains an Euler trail BCDBAD.
But it does not contain an Euler circuit.
Therefore, it is a semi-Euler graph.
Important Notes-
Note-01:
To check whether any graph is an Euler graph or not, any one of the following two
ways may be used-
If the graph is connected and contains an Euler circuit, then it is an Euler
graph.
If all the vertices of the graph are of even degree, then it is an Euler graph.
Note-02:
Note-03:
Note-04:
Note-05:
Note-06:
Problems-
If all the vertices of a graph are of even degree, then graph is an Euler Graph
otherwise not.