2,029 views

2 Answers

1 votes
1 votes

Euler Path:

1.If the graph is connected and has exactly 2 odd degree vertices then there exists at least one Euler Path.Mainly it starts with one end and ends on the other End.


Euler Circuit:

1.If the graph is connected and every vertex has even degree then the Graph has atleast one Euler Circuit.

Euler Circuit is a part of Euler Path but Converse is nt True.

# of ODD Vertices

Implication (for a connected graph)

0

There is at least 
one Euler Circuit.

1

THIS IS IMPOSSIBLE!
 

2

There is no Euler Circuit but at least 1 Euler Path.

more than 2

There are no Euler Circuits
or Euler Paths.

0 votes
0 votes
Euler Path -->> If a graph is weakly connected or is w/o repetition of edges and

Indegree= outdegree for all except for two vertices. One out of those two has indegree = outdegree+1. Other has  indegree+1 = outdegree.

Euler Circuit -->>   If a graph is weakly connected or is w/o repetition of edges and

Indegree= outdegree.

Related questions

9 votes
9 votes
2 answers
1
3 votes
3 votes
3 answers
2
rahul sharma 5 asked Jun 12, 2017
1,948 views
What are the chromatic number of following graphs?Answer is 6 and 4 respectively.But i am getting 3 for both.Please someone confirm this?
3 votes
3 votes
1 answer
3
rahul sharma 5 asked Jun 7, 2017
1,286 views
What is the vertex connectivity and edge connectivity of complete graph?Is it n or n-1?
2 votes
2 votes
0 answers
4
Manu Thakur asked Dec 3, 2017
1,203 views
Let G be a 3-regular graph and S be a minimum vertex cut of G with |S| = 5The the size of smallest edge cut of G is _______(A)4(B) 5(C) 6(D) None of the above