<?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>《快速排序详细分析》的评论</title>
	<atom:link href="http://boundary.cc/200908/quick-sort-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://boundary.cc/200908/quick-sort-analysis/</link>
	<description>Joker Lee&#039;s Blog</description>
	<lastBuildDate>Sat, 29 Oct 2011 09:27:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：neuxxm</title>
		<link>http://boundary.cc/200908/quick-sort-analysis/comment-page-1/#comment-177</link>
		<dc:creator>neuxxm</dc:creator>
		<pubDate>Sat, 02 Oct 2010 06:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://jackaldire.com/?p=73#comment-177</guid>
		<description>尾递归实现的时候遇到点问题，已发邮件请教您，请查收</description>
		<content:encoded><![CDATA[<p>尾递归实现的时候遇到点问题，已发邮件请教您，请查收</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：JackalDire</title>
		<link>http://boundary.cc/200908/quick-sort-analysis/comment-page-1/#comment-162</link>
		<dc:creator>JackalDire</dc:creator>
		<pubDate>Tue, 13 Jul 2010 08:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://jackaldire.com/?p=73#comment-162</guid>
		<description>@moorekang, 谢谢指正 ;-)</description>
		<content:encoded><![CDATA[<p>@moorekang, 谢谢指正 <img src='http://boundary.cc/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：moorekang</title>
		<link>http://boundary.cc/200908/quick-sort-analysis/comment-page-1/#comment-161</link>
		<dc:creator>moorekang</dc:creator>
		<pubDate>Tue, 13 Jul 2010 08:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://jackaldire.com/?p=73#comment-161</guid>
		<description>写得非常好，学习.
ps：单向扫描
 if (A[j] &lt;= x)
            swap(A[++m], j) 

swap(A[++m],A[j]);</description>
		<content:encoded><![CDATA[<p>写得非常好，学习.<br />
ps：单向扫描<br />
 if (A[j] &lt;= x)<br />
            swap(A[++m], j) </p>
<p>swap(A[++m],A[j]);</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Jackal</title>
		<link>http://boundary.cc/200908/quick-sort-analysis/comment-page-1/#comment-62</link>
		<dc:creator>Jackal</dc:creator>
		<pubDate>Sat, 12 Sep 2009 11:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://jackaldire.com/?p=73#comment-62</guid>
		<description>thanks, 改过来了</description>
		<content:encoded><![CDATA[<p>thanks, 改过来了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：solmyr</title>
		<link>http://boundary.cc/200908/quick-sort-analysis/comment-page-1/#comment-58</link>
		<dc:creator>solmyr</dc:creator>
		<pubDate>Fri, 04 Sep 2009 05:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://jackaldire.com/?p=73#comment-58</guid>
		<description>赞一个，写的很不错。

btw:双向扫描那段程序倒数第二句是不是swap(a[p], a[j])啊？</description>
		<content:encoded><![CDATA[<p>赞一个，写的很不错。</p>
<p>btw:双向扫描那段程序倒数第二句是不是swap(a[p], a[j])啊？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

