<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Quick sort  | Programming</title>
	<link>http://dahoiv.net/programmering/uncategorized/quick-sort</link>
	<description>- My programming projects</description>
	<pubDate>Thu, 07 Aug 2008 22:43:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Quick sort  | Programming</title>
		<link>http://dahoiv.net/programmering/uncategorized/quick-sort#comment-156</link>
		<author>Daniel Høyer Iversen</author>
		<pubDate>Sat, 07 Jun 2008 13:31:10 +0000</pubDate>
		<guid>http://dahoiv.net/programmering/uncategorized/quick-sort#comment-156</guid>
		<description>http://en.wikipedia.org/wiki/Quicksort :
Quicksort is a well-known sorting algorithm developed by C. A. R. Hoare that, on average, makes O(nlogn) (big O notation) comparisons to sort n items. However, in the worst case, it makes Θ(n2) comparisons. Typically, quicksort is significantly faster in practice than other Θ(nlogn) algorithms, because its inner loop can be efficiently implemented on most architectures, and in most real-world data it is possible to make design choices which minimize the probability of requiring quadratic time.</description>
		<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Quicksort" rel="nofollow">http://en.wikipedia.org/wiki/Quicksort</a> :<br />
Quicksort is a well-known sorting algorithm developed by C. A. R. Hoare that, on average, makes O(nlogn) (big O notation) comparisons to sort n items. However, in the worst case, it makes Θ(n2) comparisons. Typically, quicksort is significantly faster in practice than other Θ(nlogn) algorithms, because its inner loop can be efficiently implemented on most architectures, and in most real-world data it is possible to make design choices which minimize the probability of requiring quadratic time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
