<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 06:41:22 +0000</lastBuildDate>
    <item>
      <title>(C) Dijkstra\'s Shortest Path algorithm - stakisko</title>
      <link>https://snipplr.com/view/60663/dijkstras-shortest-path-algorithm</link>
      <description>&lt;p&gt;Its Dijkstra's Shortest Path algorithm written in C. Reads from a file the nodes and the connected edges and implements Dijkstra's algorithm. I am uploading for your comments in my code. Thank you.&#13;
&#13;
&lt;p&gt;Files content should be in the format:   &#13;
n N   &#13;
startNode endNode distance   &#13;
startNode endNode distance   &#13;
.   &#13;
.   &#13;
.   &#13;
startNode endNode distance   &lt;/p&gt;&#13;
   &#13;
&lt;p&gt;where n is the total number of Nodes and N is the total number of Acnes.&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 09 Nov 2011 22:37:02 UTC</pubDate>
      <guid>https://snipplr.com/view/60663/dijkstras-shortest-path-algorithm</guid>
    </item>
  </channel>
</rss>
