Talk:Dijkstra's algorithm: Difference between revisions

Line 51:
Ahhhh see directed vs. undirected above.
Sorry --[[User:Walterpachl|Walterpachl]] 08:55, 21 December 2012 (UTC)
 
== Replaced 'pushleft' with 'appendleft' in the Python snippet ==
 
Must specify explicitly that the python snippet solution should in python 2.7 due to the dictionary comprehension feature used. And also, must replace the 'pushleft' with 'appendleft'.
Anonymous user