<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: Bash: Sleepsort Algorithm</title>
	<atom:link href="http://juliusbeckmann.de/blog/bash-sleepsort-algorithm.html/feed" rel="self" type="application/rss+xml" />
	<link>http://juliusbeckmann.de/blog/bash-sleepsort-algorithm.html</link>
	<description>Ich bin nicht verrückt, nur technisch begabt ...</description>
	<lastBuildDate>Fri, 26 Sep 2014 12:04:55 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Julius</title>
		<link>http://juliusbeckmann.de/blog/bash-sleepsort-algorithm.html/comment-page-1#comment-1389</link>
		<dc:creator>Julius</dc:creator>
		<pubDate>Fri, 17 Jun 2011 06:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=624#comment-1389</guid>
		<description>Yeah, good find columbo ;)</description>
		<content:encoded><![CDATA[<p>Yeah, good find columbo ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Stefan Mark</title>
		<link>http://juliusbeckmann.de/blog/bash-sleepsort-algorithm.html/comment-page-1#comment-1387</link>
		<dc:creator>Stefan Mark</dc:creator>
		<pubDate>Thu, 16 Jun 2011 13:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=624#comment-1387</guid>
		<description>What do you mean, &quot;not the fastest&quot;? This algorithm actually achieves O(n) complexity ;)</description>
		<content:encoded><![CDATA[<p>What do you mean, "not the fastest"? This algorithm actually achieves O(n) complexity ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Chris Devers</title>
		<link>http://juliusbeckmann.de/blog/bash-sleepsort-algorithm.html/comment-page-1#comment-1384</link>
		<dc:creator>Chris Devers</dc:creator>
		<pubDate>Wed, 15 Jun 2011 18:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://juliusbeckmann.de/blog/?p=624#comment-1384</guid>
		<description>The results seem to be amusingly non-deterministic with non-numeric input:

$ for i in 1 2 3 4 5; do ./sleepsort a 1 c 3 2 b &#124; fmt; done
a c b 1 2 3
c a b 1 2 3
a b c 1 2 3
a c b 1 2 3
a c b 1 2 3
$</description>
		<content:encoded><![CDATA[<p>The results seem to be amusingly non-deterministic with non-numeric input:</p>
<p>$ for i in 1 2 3 4 5; do ./sleepsort a 1 c 3 2 b | fmt; done<br />
a c b 1 2 3<br />
c a b 1 2 3<br />
a b c 1 2 3<br />
a c b 1 2 3<br />
a c b 1 2 3<br />
$</p>
]]></content:encoded>
	</item>
</channel>
</rss>
