Am 02.11.15 um 06:30 schrieb [email protected]:
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
--
https://mail.python.org/mailman/listinfo/python-list
