edited by
452 views
0 votes
0 votes

An $Euler$ circuit of an undirected graph is a circuit in which each edge of the graph appears exactly once. Which of the following undirected graphs must have an $Euler$ circuit ?

  1.  A complete graph with $12$ vertices
  2.  A complete graph with $13$ vertices
  3.  A tree with $13$ vertices
  1.  I and II
  2.  II only
  3.  III only
  4.  I and III
edited by

1 Answer

Best answer
1 votes
1 votes
For the graph to be Euler circuit, Degree of every vertex should be even.

In $K13$, degree of each vertex is $12$

So option $B$
edited by
Answer:

Related questions

2 votes
2 votes
2 answers
3
dan31 asked Nov 6, 2018
2,353 views
Consider the given statementsS1: In a simple graph G with 6 vertices, if degree of each vertex is 2, then Euler circuit exists in G.S2:In a simple graph G, if degree of e...