Extra Flashcards
(4 cards)
1
Q
What is Hamiltonian Graph
A
A Hamiltonian graph contains a Hamiltonian cycle.
A Hamiltonian cycle is a cycle that visits every vertex exactly once and returns to the starting vertex.
2
Q
What is semi Hamiltonian graph
A
A semi-Hamiltonian graph contains a Hamiltonian path, but not necessarily a Hamiltonian cycle.
A Hamiltonian path visits every vertex exactly once, but does not return to the starting point.
3
Q
What is a bipartite graph
A
A bipartite graph is a graph where:
The set of vertices can be divided into two distinct groups.
Edges only connect vertices from one group to the other, never within the same group.
4
Q
A