Is there a rgaph searching algorithm that searches through a graph (from point a to point b, at the lowest cost possible - this is on a weighted graph) that remembers the path that it takes (e.g. not Dijkstra's as it does not remember the path but simply gives you the shortest distance)?
A:
Have a look at this one: http://www.uweschmidt.org/projects/dijkstravis
You have to calculate the path step-wise
Scoregraphic
2010-09-23 12:39:44