|
|
|
|
|
Hamiltonian PathIn the mathematical field of graph theory, a Hamiltonian path is a path in a undirected graph which visits each vertex exactly once. Determining whether such a path exists is an NP-complete problem called the Hamiltonian path problem. Hamiltonian paths and cycles are named after William Rowan Hamilton who invented the icosian game, now also known as Hamilton's puzzle, which involves finding a Hamiltonian cycle in the edge graph of the dodecahedron. Hamilton solved this problem using the icosian calculus, an algebraic structure based on roots of unity with many similarities to the quaternions (also invented by Hamilton). Unfortunately, this solution does not generalize to arbitrary graphs. Definition A Hamiltonian path or traceable path is a path that visits each vertex exactly once. A graph that contains a Hamiltonian path is called a traceable graph. A Hamiltonian cycle, Hamiltonian circuit, vertex tour or graph cycle is a cycle that visits each vertex exactly once (excluding the start/end vertex). A graph that contains a Hamiltonian cycle is called a Hamiltonian graph. Similar notions may be defined for directed graphs, where edges (arcs) of a path or a cycle are required to point in the same direction, i.e., connected tail-to-head. Examples Notes Any Hamiltonian cycle can be converted to a Hamiltonian path by removing one of its edges, but a Hamiltonian path can be extended to Hamiltonian cycle only if its endpoints are adjacent. The line graph of a hamiltonian graph is hamiltonian. The line graph of an eulerian graph is hamiltonian. A tournament (with more than 2 vertices) is hamiltonian if and only if it is diconnected. Bondy-Chvtal theorem The best characterization of hamiltonian graphs was given in 1972 by the Bondy-Chvtal theorem which generalizes earlier results by G. A. Dirac and Oystein Ore. It basically states that a graph is hamiltonian if enough edges exist. First we have to define the closure of a graph. Given a graph G with n vertices, the closure cl(G) is uniquely constructed from G by adding for all nonadjacent pairs of vertices u and v with degree(v) + degree(u) ≥ n the new edge uv. Bondy-Chvtal theorem (1972) - A graph is hamiltonian if and only if his closure is hamiltonian.
As complete graphs are hamiltonian all graphs whose closure is complete are hamiltonian which is the content of the following earlier theorems by Dirac and Ore Dirac (1952) - A graph with n vertices (n > 2) is hamiltonian if each vertex has degree n/2 or greater.
Ore (1960) - A graph with n vertices (n > 2) is hamiltonian if the sum of the degree of two non-adjacent vertices is n or greater.
See also External links References - Ore, O "A Note on Hamiltonian Circuits." Amer. Math. Monthly 67, 55, 1960.
- DeLeon, Melissa, "A Study of Sufficient Conditions for Hamiltonian Cycles". Department of Mathematics and Computer Science, Seton Hall University, South Orange, New Jersey, United States of America. PDF
- Hamilton, William Rowan, "Memorandum respecting a new system of roots of unity". Philosophical Magazine, 12 1856
- Hamilton, William Rowan, "Account of the Icosian Calculus". Proceedings of the Royal Irish Academy, 6 1858
|
 |
|
| Copyright 2005-2009 OnPedia.com. All Rights Reserved |
|
|