Dijkstra's algorithm: Difference between revisions

Content added Content deleted
(Added AWK version)
Line 674: Line 674:
{{trans|Nim}}
{{trans|Nim}}


<syntaxhighlight lang="rebol">define :graph [vertices, neighbours][]
<syntaxhighlight lang="arturo">define :graph [vertices, neighbours][]


initGraph: function [edges][
initGraph: function [edges][