Given the following graph:
https://i.stack.imgur.com/fg2Q9.png
Is this graph Hamiltonian or not?
The answer is no. What I tried to prove is by using the fact that: "if a vertex in the graph has degree two, then both edges that are incident with this vertex must be part of any Hamilton circuit." Following that we know, edges 11,6,4,12 must be in any circuit and the edges 17,18,19 and 9,15 must be in any circuit. Knowing that, what should I do to conclude that the graph is not Hamiltonian?
Edges $18$ and $19$ are incident on vertex $m$ and must be in any Hamiltonian circuit. But then none of the other edges from vertex $m$ are in the circuit, therefore the circuit can't contain any edges connecting vertices $m, g, n$ to the rest of the graph.