Pergunta

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)?

Foi útil?

Solução

Have a look at this one: http://www.uweschmidt.org/projects/dijkstravis

You have to calculate the path step-wise

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top