Talk:Dijkstra's algorithm: Difference between revisions

Content added Content deleted
Line 54: Line 54:
== Replaced 'pushleft' with 'appendleft' in the Python snippet ==
== 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'.
Must specify explicitly that the python snippet solution should be at least in python 2.7 due to the dictionary comprehension feature used. And also, must replace the 'pushleft' with 'appendleft'.