<?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/%E5%8F%8C%E4%BA%B2-%E5%AD%98%E5%82%A8/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Thu, 23 Dec 2021 09:13:59 +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>树的双亲存储之Java实现</title>
		<link>https://www.coder4.com/archives/439</link>
					<comments>https://www.coder4.com/archives/439#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:27:50 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[Java && J2EE]]></category>
		<category><![CDATA[双亲 存储]]></category>
		<category><![CDATA[树]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=439</guid>

					<description><![CDATA[/** * 本类为树（多叉，双亲存储）的结点 * @version 1.0, 2008-01-23 * @author * @since JDK1.6 */ public class TNode { /**结点的数据*/ char data; /**双亲的位置*/ int parent; /** * 构造一个结点（同时设置数据和双亲位置） * * @param c char 数据 * @param e int 双亲位置 */ public TNod[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/439/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
