Problem in implementing Romania Map using Paython Script

Christian Gollwitzer auriocus at gmx.de
Mon Nov 2 01:45:32 EST 2015


Am 02.11.15 um 06:30 schrieb amnaee at 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




More information about the Python-list mailing list