<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c/tags/algorithm</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 13:22:15 GMT</pubDate>
<item>
<title>(C) Dijkstra\'s Shortest Path algorithm - stakisko</title>
<link>http://snipplr.com/view/60663/dijkstras-shortest-path-algorithm/</link>
<description><![CDATA[ <p>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.

Files content should be in the format:   
n N   
startNode endNode distance   
startNode endNode distance   
.   
.   
.   
startNode endNode distance   
   
where n is the total number of Nodes and N is the total number of Acnes.</p> ]]></description>
<pubDate>Wed, 09 Nov 2011 22:37:02 GMT</pubDate>
<guid>http://snipplr.com/view/60663/dijkstras-shortest-path-algorithm/</guid>
</item>
<item>
<title>(C) K-Esimo Mayor Elemento - Tiempo de ejecución - josepino</title>
<link>http://snipplr.com/view/54413/kesimo-mayor-elemento--tiempo-de-ejecucin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 26 May 2011 14:36:41 GMT</pubDate>
<guid>http://snipplr.com/view/54413/kesimo-mayor-elemento--tiempo-de-ejecucin/</guid>
</item>
</channel>
</rss>