Hamiltonian Cycle and vertex degrees

58 Views Asked by At

Assume we have a graph $G=(V,E)$. Denote by $C$ a Hamiltonian cycle in $G$.

Is it true to say that the degree of every vertex in $C$ is $2$, and for every vertex in $C$ its degree on $G$ is also $2$ ?

Thanks!