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?