Re: walks in graphs
From: B Loggins (breckinloggins_at_gmail.com)
Date: 12/31/04
- Next message: robert j. kolker: "Re: 40M for Bush Inauguration and 15M for Tsunami Disaster WAS Re: Bush accused of undermining the UN with aid coalition"
- Previous message: robert j. kolker: "Re: Is 1+1=2 analytic or synthetic?"
- In reply to: bmoore822_at_hotmail.com: "walks in graphs"
- Next in thread: B Loggins: "Re: walks in graphs"
- Reply: B Loggins: "Re: walks in graphs"
- Reply: B Loggins: "Re: walks in graphs"
- Messages sorted by: [ date ] [ thread ]
Date: 31 Dec 2004 15:42:25 -0800
bmoore822@hotmail.com wrote:
> Is there a special term for a closed walk in a graph that visits each
> node?
>
> Is there an algorithm for finding the smallest such walk?
The term you're looking for is a "Hamiltonian Circuit". It is defined
as a closed path through a graph that visits each node at least once.
Attempting to find an algorithm that discovers that smallest such walk
is called the "Travelling Salesman Problem;" it is NP-Complete.
For more, loop up the above terms at http://mathworld.wolfram.com.
Hope this helps.
Breckin
- Next message: robert j. kolker: "Re: 40M for Bush Inauguration and 15M for Tsunami Disaster WAS Re: Bush accused of undermining the UN with aid coalition"
- Previous message: robert j. kolker: "Re: Is 1+1=2 analytic or synthetic?"
- In reply to: bmoore822_at_hotmail.com: "walks in graphs"
- Next in thread: B Loggins: "Re: walks in graphs"
- Reply: B Loggins: "Re: walks in graphs"
- Reply: B Loggins: "Re: walks in graphs"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|