sweeney + algorithm   2

Strategy to find your best route via Public Transportation only? - Stack Overflow
7 down vote accepted
+100


I have been involved in development of one journy planner system for Stockholm Public Transportation in Sweden. It was based on Djikstra's algorithm but with termination before every node was visited in the system. Today when there are reliable coordinates available for each stop, I guess the A* algorithm would be the choise.
route  algorithm 
august 2010 by sweeney

Copy this bookmark:



description:


tags: