Hamiltonian Graphs Flashcards

To teach all the definitions, properties and conditions surrounding Hamiltonian Graphs

1
Q

Definition: Hamiltonian Path

A

A path that visits each vertex exactly once

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Definition: Hamiltonian Cycle

A

A cycle that visits every vertex in the graph exactly once

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Definition: Hamiltonian Graph

A

A graph containing a Hamiltonian Cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Definition: Closure

A

The closure of a graph is obtained by iteratively joining pairs of nonadjacent vertices whose degree sum at each stage is at least p (number of vertices) until no such pair remains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hamiltonian Graph: Basic Necessary Condition 1

A

The graph must be connected

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Hamiltonian Graph: Basic Necessary Condition 2

A

The graph must have no cut vertices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Hamiltonian Graph: Basic Necessary Condition 3

A

The graph must have an order equal to or greater than 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Sufficient and Necessary Conditions

A

There are no known conditions which are sufficient and necessary for a graphs Hamiltonicity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Sufficient Conditions

A

Sufficient conditions, if proven to hold for a graph showing that a graph is Hamiltonian however if proven not to hold for a graph does not disprove a graphs Hamiltonicity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Necessary Conditions

A

Necessary conditions, if proven to hold do not prove that the given graph is Hamiltonian, however, if disproven they are sufficient proof of a graph not being Hamiltonian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Vertex deletion result (Necessary condition)

A

If the number of components left after vertex deletion is less than or equal to the number of vertices deleted then the graph may be Hamiltonian

k(G - S) <= |S| where G is a graph and S a non-empty subset of vertices of G

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Dirac’s Theorem (Sufficient Condition)

A

Let G be a connected graph of order p >= 3, then if the minimum degree is >= p/2, the graph is Hamiltonian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Sufficient Condition for a Hamiltonian path (Corollary for Dirac’s Theorem)

A

Let G be a connected graph of order >=3, then if the minimum degree is >= (p-1)/G then the graph contains a Hamiltonian Path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Bondy & Chvatal’s Theorem

A

Let u and v be two distinct nonadjacent vertices of a graph G of order p such that the sum of the degree of u and v is greater than or equal to p then G is Hamiltonian if and only if G plus the edges uv is Hamiltonian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Hamiltonian Closure

A

A graph is Hamiltonian if and only if its closure is Hamiltonian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Ore’s Theorem

A

If the sum of the degrees of the vertices u and v for all distinct nonadjacent vertices u and v is greater than or equal to the order then G is Hamiltonian.

17
Q

The Travelling Salesmen Problem (TPP)

A

The objective of the Travelling Salesman problem is to find an optimal Hamiltonian Cycle of a given graph G (Minimum weight)