The vertices of an undirected graph are numbered 1,2,...4286. The edge (i,j) exists if |i-j| <= 3, where i!=j. Which statements are true?
- the graph contains an Eulerian circle
- the graph contains a perfect matching graph
- the graph is Hamiltonian
I'm thinking that the last two are true, while the first one is false. Is this correct?