Talk:Dijkstra's algorithm: Difference between revisions

Content deleted Content added
Line 14:
}}
{{archives|auto=long|search=yes|bot=MiszaBot|age=365}}
 
== Pretty muddy==
if you try to take the psudocode and directly turn it into code. Well by 5 lines an it fails. set all distance to infinity. Then you check to see if edge distance is infinity? ofc it was, you just set it to that, and now you exit.
 
== Another interpretation of Dijkstra's Algorithm ==