Re: [PHP] Shortest route between 2 cities

2001-06-19 Thread Dave Mariner
ent: Tuesday, June 19, 2001 7:44 AM Subject: [PHP] Shortest route between 2 cities > Greetings All! > > I'm looking for a code which will find the shortest route between 2 cities, with > data being stored in SQL tables listed below. Anyone has coded such a task ever? > T

[PHP] Shortest route between 2 cities

2001-06-19 Thread Vahan Yerkanian
Greetings All! I'm looking for a code which will find the shortest route between 2 cities, with data being stored in SQL tables listed below. Anyone has coded such a task ever? The most know algorithm for this is called Dijkstra's algoritm. Is there anyone with math skills enough to code this? T