dijkstra/prim's algorithm...a little help?

Posted by bfpri on Stack Overflow See other posts from Stack Overflow or by bfpri
Published on 2010-04-28T15:18:32Z Indexed on 2010/04/28 15:33 UTC
Read the original article Hit count: 489

Filed under:
|

I was wondering for dijkstra's and prim's algorithm, what happens when they are choosing between more than one vertex to go to ,and there are more than one vertex with the same weight.

For example

Example Image

© Stack Overflow or respective owner

Related posts about dijkstra

Related posts about algorithm