Content deleted Content added
m Archiving 2 discussion(s) to Talk:Dijkstra's algorithm/Archive 1) (bot |
|||
Line 50:
<span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/50.129.81.162|50.129.81.162]] ([[User talk:50.129.81.162|talk]]) 14:40, 8 February 2014 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
== Wrong pseudo-code ==
The pseudo code mentions this:
24 decrease-key ''v'' in ''Q''; ''// Reorder v in the Queue''
Then it mentions the same thing in the separate discussion of priority queue implementation:
19 PQ.decrease_priority(v,alt)
Obviously, the first mention is wrong and the pseudo-code is, instead of talking about a normal queue, talking about the the same thing as priority queue section. I can make the change but I think more knowledgeable person ought to do it.--[[Special:Contributions/115.113.118.50|115.113.118.50]] ([[User talk:115.113.118.50|talk]]) 07:12, 18 March 2014 (UTC)
|