<?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/%E6%A0%91%E5%92%8C%E7%AD%89%E4%BB%B7/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 18 Jun 2012 13:10:16 +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/3217</link>
					<comments>https://www.coder4.com/archives/3217#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sun, 27 May 2012 07:11:48 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[并查集]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[树和等价]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3217</guid>

					<description><![CDATA[数据结构这书感觉和之前没读过一样……以前从来没发现树这章还讲了并查集…… 若R是集合S上的一个等价关系，则由这个等价关系可以产生这个集合的唯一划分。 如何划分等价类 假设集合S有n个元素，m个形如(x, y)，的等价偶对(x, y都是集合S中的元素)。 (1)令S中每个元素各自形成一个只含单个成员的子集，记作S1, S2, ..., Sn。 (2)依次读入m个偶对，对每个读入的偶对(x, y)，判定x和y所属的集合，若他们还不属于同一集合，设x属于Si，y属于Sj，则合[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3217/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
