<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>快速排序 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E5%BF%AB%E9%80%9F%E6%8E%92%E5%BA%8F/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sun, 16 Oct 2011 15:51:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>算法技术手册 - 排序 - 快速排序</title>
		<link>https://www.coder4.com/archives/2159</link>
					<comments>https://www.coder4.com/archives/2159#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 17 Sep 2011 14:04:51 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[快速排序]]></category>
		<category><![CDATA[算法技术手册]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2159</guid>

					<description><![CDATA[待补充：非递归版本。 快速排序和前面的中值排序非常类似。 分为partition和sort主体两个部分。 1.partition 和前面求第k大的数用到的思路非常类似。 (0)确定一个pivotIndex (1)交换a[right]和a[pivotIndex] (2)i=store=left,i从left到right-1，注意要包含right-1！！（不用包含right，因为里面是pivot） (3)在(2)过程中，如果a[i] (4)完成上述步骤后，交换a[stor[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2159/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
