How to find a vertex-induced subgraph with Eulerian cycle

34 Views Asked by At

How to find a vertex-induced subgraph with an Eulerian cycle?

The graph is connected and undirected.

Is the problem NP-Hard?

1

There are 1 best solutions below

0
On BEST ANSWER

One way to get an Eulerian induced subgraph is to take the vertices of a shortest cycle. It's easy to see that this can be found in polynomial time, if it exists. (If no cycle exists, there is no nontrivial Eulerian induced subgraph, since every connected subgraph with at least one edge is a tree with at least two vertices of degree $1$.)