Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98087

Re: Problem in implementing Romania Map using Paython Script

From Christian Gollwitzer <auriocus@gmx.de>
Newsgroups comp.lang.python
Subject Re: Problem in implementing Romania Map using Paython Script
Date 2015-11-02 07:45 +0100
Organization A noiseless patient Spider
Message-ID <n170m7$gnj$1@dont-email.me> (permalink)
References <24e4a4ca-59d1-433e-a0ed-fa04fc23041d@googlegroups.com>

Show all headers | View raw


Am 02.11.15 um 06:30 schrieb amnaee@gmail.com:
> Dear all;
>
> I want to code algorithm in Python for driving from Arad to Bucharest as quickly as possible.
>

It sounds a lot like a homework problem. If so, look into your notes for 
"Dijkstra algorithm", or "A* algorithm". If not, look for a library that 
does routing or make an API call to graphhopper, Google maps or similar. 
Routing (esp. fast routing) is a non-trivial problem.

	Christian

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Problem in implementing Romania Map using Paython Script amnaee@gmail.com - 2015-11-01 21:30 -0800
  Re: Problem in implementing Romania Map using Paython Script Ben Finney <ben+python@benfinney.id.au> - 2015-11-02 16:45 +1100
  Re: Problem in implementing Romania Map using Paython Script Christian Gollwitzer <auriocus@gmx.de> - 2015-11-02 07:45 +0100
  Re: Problem in implementing Romania Map using Paython Script Terry Reedy <tjreedy@udel.edu> - 2015-11-02 06:08 -0500

csiph-web