Re: Python Programming Contest
- From: "Terry Reedy" <tjreedy@xxxxxxxx>
- Date: Sat, 16 Jul 2005 15:02:42 -0400
"Tom Anderson" <twic@xxxxxxxxxxxxxxx> wrote in message
news:Pine.LNX.4.62.0507161005440.9677@xxxxxxxxxxxxxxxxxx
> On Sat, 16 Jul 2005, Joseph Garvin wrote:
>
>> Someone correct me if I'm wrong -- but isn't this the Shortest Path
>> problem?
>
> Dang! I was just about to point that out.
One twist is that it is not the shortest path to one node or all nodes but
to a set of nodes (the destination on any of several days).
> I can't immediately see any properties of this network that could be
> exploited, but that doesn't mean there aren't any.
No it doesn't. The challenge is to find a property that saves more time,
across trials, that it takes to compute.
Terry J. Reedy
.
- Follow-Ups:
- Re: Python Programming Contest
- From: George Sakkis
- Re: Python Programming Contest
- References:
- Re: Python Programming Contest
- From: Joseph Garvin
- Re: Python Programming Contest
- From: Tom Anderson
- Re: Python Programming Contest
- Prev by Date: Re: secure uploading
- Next by Date: Parsing html :: output to comma delimited
- Previous by thread: Re: Python Programming Contest
- Next by thread: Re: Python Programming Contest
- Index(es):
Relevant Pages
|