Best Order to traverse a Bellman-Ford Algorithm to achieve min. number of iterations?

Posted by awhateverp on Stack Overflow See other posts from Stack Overflow or by awhateverp
Published on 2010-06-01T22:50:17Z Indexed on 2010/06/01 22:53 UTC
Read the original article Hit count: 345

Filed under:
|

Hey everybody,

What is the Best oder of traversing edges within Bellman-Ford algorithm in Order to achieve a min. number of iterations necessary.?

thx in advance, Andreas

© Stack Overflow or respective owner

Related posts about Performance

Related posts about algorithm