DEV Community

shanthi1910
shanthi1910

Posted on

what is hamiltonian?

what is hamiltonian cycle ?

In a connected graph ,a closed walk that vists every vertex of the graph G exactly once except the starting and ending vertices .it is called hamiltonian cycle.

image

what is hamiltonian path?
In a connected graph ,an open walk that visits every vertex of the graph G exactly once.but it containan open walk.

image

what is hamiltonian graph?
A graph G is said to be hamiltonian graph if it contain a hamiltonian cycle.

image

Top comments (0)