<?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: 二元樹在排序的應用</title>
	<atom:link href="http://mmdays.com/2008/03/16/tree_sort/feed/" rel="self" type="application/rss+xml" />
	<link>http://mmdays.com/2008/03/16/tree_sort/</link>
	<description>網路, 產業, 資訊, 觀察, 生活, 電影, 技術, 新知, 科技, 媒體, 趨勢, Web 2.0</description>
	<pubDate>Wed, 07 Jan 2009 21:01:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: &#187; MMDays - Mr. Thursday - 二元樹排序對搜尋的影響</title>
		<link>http://mmdays.com/2008/03/16/tree_sort/comment-page-1/#comment-16165</link>
		<dc:creator>&#187; MMDays - Mr. Thursday - 二元樹排序對搜尋的影響</dc:creator>
		<pubDate>Fri, 28 Mar 2008 17:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/03/16/tree_sort/#comment-16165</guid>
		<description>[...] 在〈二元樹在排序的應用〉裡面，我們提到了演算法就是完成一件事情的步驟，資料結構則是和演算法搭配，讓步驟有運作的東西，像是刮鬍刀的步驟，會運作在刮鬍刀或是插頭上面。「樹」(tree) 是一種資料結構，有樹根樹枝，看起來像是倒立的一棵樹。二元數則是每個節點只有兩個分支的樹。此外，我們可以用二元樹這個資料結構，完成「排序」(sorting) 的演算法。下面是一段各種排序演算法的影片： [...]</description>
		<content:encoded><![CDATA[<p>[...] 在〈二元樹在排序的應用〉裡面，我們提到了演算法就是完成一件事情的步驟，資料結構則是和演算法搭配，讓步驟有運作的東西，像是刮鬍刀的步驟，會運作在刮鬍刀或是插頭上面。「樹」(tree) 是一種資料結構，有樹根樹枝，看起來像是倒立的一棵樹。二元數則是每個節點只有兩個分支的樹。此外，我們可以用二元樹這個資料結構，完成「排序」(sorting) 的演算法。下面是一段各種排序演算法的影片： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommy</title>
		<link>http://mmdays.com/2008/03/16/tree_sort/comment-page-1/#comment-15985</link>
		<dc:creator>tommy</dc:creator>
		<pubDate>Sun, 16 Mar 2008 14:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://mmdays.com/2008/03/16/tree_sort/#comment-15985</guid>
		<description>heap sort?</description>
		<content:encoded><![CDATA[<p>heap sort?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
