<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to algorithms</title><link>https://sourceforge.net/p/spargel/wiki/algorithms/</link><description>Recent changes to algorithms</description><atom:link href="https://sourceforge.net/p/spargel/wiki/algorithms/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 03 Apr 2013 17:54:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/spargel/wiki/algorithms/feed" rel="self" type="application/rss+xml"/><item><title>algorithms modified by Philipp Hülsdunk</title><link>https://sourceforge.net/p/spargel/wiki/algorithms/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="algorithms"&gt;Algorithms&lt;/h1&gt;
&lt;p&gt;Here we will provide a list of available algorithms implemented into spargel:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;AllPairsShortestPath&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;Floyd-Warshall-Algorithm&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CentralPoints&lt;/strong&gt;&lt;br /&gt;
Computes the central points out of an all-pairs-shortest-path-solution.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SingleSourceShortestPath&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;Dijkstra's Algorithm&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MaxFlow&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;Ford-Fulkerson-Algorithm&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;STMinCut&lt;/strong&gt;&lt;br /&gt;
Uses the &lt;em&gt;Max-Flow-Min-Cut-Theorem&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MinCut&lt;/strong&gt;&lt;br /&gt;
For computing the global minimum cut using the &lt;em&gt;Stoer-Wagner-Algorithm&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ConnectedComponents&lt;/strong&gt;&lt;br /&gt;
Computes the connected components using a depth-first-search. Algorithm was well known, firtly described by Hopcroft and Tarjan.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;StronglyConnectedComponents&lt;/strong&gt;&lt;br /&gt;
Uses Tarjan's Algorithm&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;BiconnectedComponents&lt;/strong&gt;&lt;br /&gt;
Computes the biconnected sub-graphs described by Hopcroft and Tarjan.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philipp Hülsdunk</dc:creator><pubDate>Wed, 03 Apr 2013 17:54:42 -0000</pubDate><guid>https://sourceforge.net3257f5413dba7c9c03b3c52fa122320efe56181a</guid></item></channel></rss>