﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-CodeBeauty-最新评论</title><link>http://www.cppblog.com/CodeBeauty/CommentsRSS.aspx</link><description>春暖花开</description><language>zh-cn</language><pubDate>Mon, 28 May 2012 11:57:45 GMT</pubDate><lastBuildDate>Mon, 28 May 2012 11:57:45 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 同时找出最大值和最小值的一种优化算法（比较次数至多为3【n/2】）</title><link>http://www.cppblog.com/CodeBeauty/archive/2012/05/15/174841.html#175017</link><dc:creator>flyinghearts</dc:creator><author>flyinghearts</author><pubDate>Tue, 15 May 2012 13:42:00 GMT</pubDate><guid>http://www.cppblog.com/CodeBeauty/archive/2012/05/15/174841.html#175017</guid><description><![CDATA[<br>   <a target="_new" href="http://www.cppblog.com/flyinghearts/archive/2011/05/05/145771.aspx">http://www.cppblog.com/flyinghearts/archive/2011/05/05/145771.aspx</a><br><br><img src ="http://www.cppblog.com/CodeBeauty/aggbug/175017.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeBeauty/" target="_blank">flyinghearts</a> 2012-05-15 21:42 <a href="http://www.cppblog.com/CodeBeauty/archive/2012/05/15/174841.html#175017#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 冒泡排序BubbleSort[未登录]</title><link>http://www.cppblog.com/CodeBeauty/archive/2012/05/09/174080.html#174267</link><dc:creator>ithaca</dc:creator><author>ithaca</author><pubDate>Wed, 09 May 2012 11:49:00 GMT</pubDate><guid>http://www.cppblog.com/CodeBeauty/archive/2012/05/09/174080.html#174267</guid><description><![CDATA[嗯，还有优化的空间。<br>如果在一次扫描的过程中，没有交换发生，则说明已经排好序了，回此，可以提前结束，而不必进行接下来多躺无用的比较。<br><br>同样是写冒泡，质量就在这里。<img src ="http://www.cppblog.com/CodeBeauty/aggbug/174267.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/CodeBeauty/" target="_blank">ithaca</a> 2012-05-09 19:49 <a href="http://www.cppblog.com/CodeBeauty/archive/2012/05/09/174080.html#174267#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>