Re: Hamiltonian Cycles algorithm
- From: tchow@xxxxxxxxxxxxx
- Date: 19 Jan 2006 00:19:39 GMT
In article <1137536900.654177.172520@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
alex05 <alexmcferron@xxxxxxxxx> wrote:
>Does anyone know what the fastest algorithm is for finding if a graph
>has a hamiltonian cycle?
One relevant reference is a 1995 paper by Alon, Yuster, and Zwick entitled
"Color-coding." I think their method yields an algorithm that runs in
time 2^n * m * log n for a graph with m edges and n vertices. I don't
know if this is the best known, though. In general the search keyword
you want is "exact algorithm."
--
Tim Chow tchow-at-alum-dot-mit-dot-edu
The range of our projectiles---even ... the artillery---however great, will
never exceed four of those miles of which as many thousand separate us from
the center of the earth. ---Galileo, Dialogues Concerning Two New Sciences
.
- References:
- Hamiltonian Cycles algorithm
- From: alex05
- Hamiltonian Cycles algorithm
- Prev by Date: REMINDER -- FACS/FME Seminar: Formal Methods in the Last 25 Years, 30 January, 5.30pm, London
- Next by Date: Re: Hamiltonian Cycles algorithm
- Previous by thread: Re: Hamiltonian Cycles algorithm
- Next by thread: Re: Hamiltonian Cycles algorithm
- Index(es):