Hamiltonian cycle equivalence?

82 Views Asked by At

If we have an undirected graph, is the existence of a Hamiltonian cycle in the graph equivalent to finding a subset of edges S in the graph such that every vertice appears in exactly two different edges in S?

1

There are 1 best solutions below

1
On

What happens if the graph is not connected?