<?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>Comments on: SGU 174 解题手记</title> <atom:link href="http://d.ream.at/sgu-174/feed/" rel="self" type="application/rss+xml" /><link>http://d.ream.at/sgu-174/</link> <description>WindyWinter的梦::上善若水，水利万物而不争，处众人之所恶，故几于道。</description> <lastBuildDate>Wed, 08 Feb 2012 05:15:49 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: WindyWinter</title><link>http://d.ream.at/sgu-174/#comment-11186</link> <dc:creator>WindyWinter</dc:creator> <pubDate>Wed, 12 Jan 2011 14:27:33 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/sgu-174/#comment-11186</guid> <description>这是个模版，可以放心用，不会有错。</description> <content:encoded><![CDATA[<p>这是个模版，可以放心用，不会有错。</p> ]]></content:encoded> </item> <item><title>By: Strayer</title><link>http://d.ream.at/sgu-174/#comment-11184</link> <dc:creator>Strayer</dc:creator> <pubDate>Wed, 12 Jan 2011 14:24:11 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/sgu-174/#comment-11184</guid> <description>建议少用宏定义，容易引起问题..</description> <content:encoded><![CDATA[<p>建议少用宏定义，容易引起问题..</p> ]]></content:encoded> </item> <item><title>By: erepyon</title><link>http://d.ream.at/sgu-174/#comment-3114</link> <dc:creator>erepyon</dc:creator> <pubDate>Fri, 25 Sep 2009 09:42:26 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/sgu-174/#comment-3114</guid> <description>刚开始还以为我以前写的所有AC过的并查集题莫非都是错的..
看了您的回复结果是我误解您原话的意思了~
没问题了~
：）</description> <content:encoded><![CDATA[<p>刚开始还以为我以前写的所有AC过的并查集题莫非都是错的..<br /> 看了您的回复结果是我误解您原话的意思了~<br /> 没问题了~<br /> ：）</p> ]]></content:encoded> </item> <item><title>By: WindyWinter</title><link>http://d.ream.at/sgu-174/#comment-3112</link> <dc:creator>WindyWinter</dc:creator> <pubDate>Fri, 25 Sep 2009 07:22:10 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/sgu-174/#comment-3112</guid> <description>“将一个端点的根设置为另外一个”的效果是将某个点移入另外一个集合；“将两个端点所在集合合并”是将某个集合的所有元素移入另外一个集合。</description> <content:encoded><![CDATA[<p>“将一个端点的根设置为另外一个”的效果是将某个点移入另外一个集合；“将两个端点所在集合合并”是将某个集合的所有元素移入另外一个集合。</p> ]]></content:encoded> </item> <item><title>By: erepyon</title><link>http://d.ream.at/sgu-174/#comment-3058</link> <dc:creator>erepyon</dc:creator> <pubDate>Mon, 21 Sep 2009 13:57:09 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/sgu-174/#comment-3058</guid> <description>“将一个端点的根设置为另外一个”是不准确的，应该是“将两个端点所在集合合并”。您好，无意中路过看到这句话，我有一点小问题想请教合并操作前首先要找出两点的根，判断如果是不同根再合并
而在找两点的根的过程中，已经顺便做了路径压缩吧？
这样的话，合并的时候，两点距离他们原本所在的根深度只有1了
这时再“将一个端点的根设置为另外一个”，会有不准确的情况吗？因为我原来写并查集一直也是这么写的。。</description> <content:encoded><![CDATA[<p>“将一个端点的根设置为另外一个”是不准确的，应该是“将两个端点所在集合合并”。</p><p>您好，无意中路过看到这句话，我有一点小问题想请教</p><p>合并操作前首先要找出两点的根，判断如果是不同根再合并<br /> 而在找两点的根的过程中，已经顺便做了路径压缩吧？<br /> 这样的话，合并的时候，两点距离他们原本所在的根深度只有1了<br /> 这时再“将一个端点的根设置为另外一个”，会有不准确的情况吗？</p><p>因为我原来写并查集一直也是这么写的。。</p> ]]></content:encoded> </item> <item><title>By: notalent</title><link>http://d.ream.at/sgu-174/#comment-303</link> <dc:creator>notalent</dc:creator> <pubDate>Mon, 09 Jun 2008 13:08:20 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/sgu-174/#comment-303</guid> <description>呵呵</description> <content:encoded><![CDATA[<p>呵呵</p> ]]></content:encoded> </item> <item><title>By: WindyWinter</title><link>http://d.ream.at/sgu-174/#comment-299</link> <dc:creator>WindyWinter</dc:creator> <pubDate>Mon, 09 Jun 2008 12:27:56 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/sgu-174/#comment-299</guid> <description>“固定变量法”是开玩笑的，就是用标程中的程序段替换自己的，看看哪一段错了。</description> <content:encoded><![CDATA[<p>“固定变量法”是开玩笑的，就是用标程中的程序段替换自己的，看看哪一段错了。</p> ]]></content:encoded> </item> <item><title>By: notalent</title><link>http://d.ream.at/sgu-174/#comment-296</link> <dc:creator>notalent</dc:creator> <pubDate>Mon, 09 Jun 2008 11:48:26 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/sgu-174/#comment-296</guid> <description>我已经过了，是qsort，加了random就好，
但能否讲下什么是固定变量法，具体到本题如何用</description> <content:encoded><![CDATA[<p>我已经过了，是qsort，加了random就好，<br /> 但能否讲下什么是固定变量法，具体到本题如何用</p> ]]></content:encoded> </item> <item><title>By: WindyWinter</title><link>http://d.ream.at/sgu-174/#comment-292</link> <dc:creator>WindyWinter</dc:creator> <pubDate>Mon, 09 Jun 2008 04:43:59 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/sgu-174/#comment-292</guid> <description>都有可能，可以用固定变量法确定问题所在。</description> <content:encoded><![CDATA[<p>都有可能，可以用固定变量法确定问题所在。</p> ]]></content:encoded> </item> <item><title>By: notalent</title><link>http://d.ream.at/sgu-174/#comment-287</link> <dc:creator>notalent</dc:creator> <pubDate>Sun, 08 Jun 2008 15:09:40 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/sgu-174/#comment-287</guid> <description>我TLE on 4
你觉得会是qsort的问题，还是并查集的问题</description> <content:encoded><![CDATA[<p>我TLE on 4<br /> 你觉得会是qsort的问题，还是并查集的问题</p> ]]></content:encoded> </item> </channel> </rss>
