<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>Acumon's Treasures</title><link>http://blog.csdn.net/acumon/</link><description>我的博采园 　　——关注算法设计、AS、C++、国家大事和身边小事</description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 24 Aug 2006 00:14:44 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>踏雪赤兔</dc:creator><title>标程：并查集API</title><link>http://blog.csdn.net/acumon/archive/2006/08/24/1109913.aspx</link><pubDate>Thu, 24 Aug 2006 00:15:00 GMT</pubDate><guid>http://blog.csdn.net/acumon/archive/2006/08/24/1109913.aspx</guid><wfw:comment>http://blog.csdn.net/acumon/comments/1109913.aspx</wfw:comment><comments>http://blog.csdn.net/acumon/archive/2006/08/24/1109913.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/acumon/comments/commentRss/1109913.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1109913</trackback:ping><description>这是自写的并查集标程。树状合并、带路径压缩的并查集可以以最大O(logN),平均O(1)的复杂度完成合并与测试操作。&lt;img src ="http://blog.csdn.net/acumon/aggbug/1109913.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>踏雪赤兔</dc:creator><title>标程：经典图算法</title><link>http://blog.csdn.net/acumon/archive/2006/08/23/1109788.aspx</link><pubDate>Wed, 23 Aug 2006 23:17:00 GMT</pubDate><guid>http://blog.csdn.net/acumon/archive/2006/08/23/1109788.aspx</guid><wfw:comment>http://blog.csdn.net/acumon/comments/1109788.aspx</wfw:comment><comments>http://blog.csdn.net/acumon/archive/2006/08/23/1109788.aspx#Feedback</comments><slash:comments>-2</slash:comments><wfw:commentRss>http://blog.csdn.net/acumon/comments/commentRss/1109788.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1109788</trackback:ping><description>本标程介绍了一些经典的图论算法，C++描述。&lt;img src ="http://blog.csdn.net/acumon/aggbug/1109788.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>踏雪赤兔</dc:creator><title>标程：优先队列类</title><link>http://blog.csdn.net/acumon/archive/2006/08/23/1109736.aspx</link><pubDate>Wed, 23 Aug 2006 22:43:00 GMT</pubDate><guid>http://blog.csdn.net/acumon/archive/2006/08/23/1109736.aspx</guid><wfw:comment>http://blog.csdn.net/acumon/comments/1109736.aspx</wfw:comment><comments>http://blog.csdn.net/acumon/archive/2006/08/23/1109736.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/acumon/comments/commentRss/1109736.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1109736</trackback:ping><description>本例程演示了STL heap的一个最重要的应用——实现优先队列。并将其方法封装到一个PQ类中
&lt;img src ="http://blog.csdn.net/acumon/aggbug/1109736.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>