<?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: AVL平衡树实现</title>
	<atom:link href="http://www.dutor.net/index.php/2009/11/avl-tree-implementation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dutor.net/index.php/2009/11/avl-tree-implementation/</link>
	<description>熟读而精思，循序而渐进，厚积而薄发。</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:11:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hou</title>
		<link>http://www.dutor.net/index.php/2009/11/avl-tree-implementation/comment-page-1/#comment-498</link>
		<dc:creator>Hou</dc:creator>
		<pubDate>Mon, 23 Nov 2009 23:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1663#comment-498</guid>
		<description>听人劝吃饱饭，今晚贴上，:-)</description>
		<content:encoded><![CDATA[<p>听人劝吃饱饭，今晚贴上，:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noono</title>
		<link>http://www.dutor.net/index.php/2009/11/avl-tree-implementation/comment-page-1/#comment-496</link>
		<dc:creator>noono</dc:creator>
		<pubDate>Mon, 23 Nov 2009 15:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1663#comment-496</guid>
		<description>呵呵 不管是AVLTree, RBTree, 还是B-Tree,B+Tree 稍微繁杂点的就是删除操作
所以我觉得最好是实现下 
PS:我最近写了个B-Tree, 光删除算法就调了几天时间</description>
		<content:encoded><![CDATA[<p>呵呵 不管是AVLTree, RBTree, 还是B-Tree,B+Tree 稍微繁杂点的就是删除操作<br />
所以我觉得最好是实现下<br />
PS:我最近写了个B-Tree, 光删除算法就调了几天时间</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://www.dutor.net/index.php/2009/11/avl-tree-implementation/comment-page-1/#comment-483</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Sat, 21 Nov 2009 12:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1663#comment-483</guid>
		<description>对呀，不过，到这里删除过程实现起来已经不算困难了吧，仿照二叉搜索树的删除策略再考虑平衡即可</description>
		<content:encoded><![CDATA[<p>对呀，不过，到这里删除过程实现起来已经不算困难了吧，仿照二叉搜索树的删除策略再考虑平衡即可</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noono</title>
		<link>http://www.dutor.net/index.php/2009/11/avl-tree-implementation/comment-page-1/#comment-481</link>
		<dc:creator>noono</dc:creator>
		<pubDate>Sat, 21 Nov 2009 06:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1663#comment-481</guid>
		<description>关键的删除算法没有实现嘛</description>
		<content:encoded><![CDATA[<p>关键的删除算法没有实现嘛</p>
]]></content:encoded>
	</item>
</channel>
</rss>

