616 views

1 Answer

0 votes
0 votes

 To show that a graph does not contain a Hamiltonian circuit (Hamiltonian Cycle):

  1. A graph with a vertex of degree one cannot have a Hamiltonian circuit.
  1. Moreover, if a vertex in the graph has degree two, then both edges that are incident with this vertex must be part of any Hamiltonian circuit.
  1. A Hamiltonian circuit cannot contain a smaller circuit within it. 

So, in the given graph, vertices $b$ and $d$ have a degree of $2$. Therefore, edges $ab$, $bc$, $cd$ and $da$ must be included in any Hamiltonian circuit, according to Rule $2$.

Now, we have a smaller circuit (made up of edges $ab$, $bc$, $cd$ and $da$) already which is inside the Hamiltonian circuit, if the graph has any. So according to Rule $3$, the given graph can not have a Hamiltonian circuit.

edited by

Related questions

530
views
1 answers
0 votes
iarnav asked Apr 9, 2018
530 views
A connected graph ‘G’ may have at most (n–2) cut vertices.
709
views
0 answers
1 votes
705
views
1 answers
0 votes
Abhijeet_Kumar asked Dec 22, 2017
705 views
342
views
1 answers
1 votes
Abhijeet_Kumar asked Dec 22, 2017
342 views