Posted by Charanjit Singh Ahluwalia on July 18, 19100 at 08:41:17:
In Reply to: a shortest path algorithm posted by heyong on July 13, 19100 at 23:02:28:
: I need to implement a shortest path algorithm, but I want the algorithm to exhaustively search for all routes that have the optimal shortest distance, not just the first route that reaches the destination via the iteration of the Dijsktra algorithm. Anything come to mind?