<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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>/dev/zero &#187; trees</title>
	<atom:link href="http://www.devzero.it/tag/trees/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devzero.it</link>
	<description>Unix power @ your service</description>
	<lastBuildDate>Sun, 10 Oct 2010 05:52:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Red-black trees</title>
		<link>http://www.devzero.it/2009/06/red-black-trees/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=red-black-trees</link>
		<comments>http://www.devzero.it/2009/06/red-black-trees/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 18:21:50 +0000</pubDate>
		<dc:creator>unixo</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[ansi]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[rb]]></category>
		<category><![CDATA[red black]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[sources]]></category>
		<category><![CDATA[tree]]></category>
		<category><![CDATA[trees]]></category>

		<guid isPermaLink="false">http://www.devzero.it/?p=49</guid>
		<description><![CDATA[Example of Red-Black tree implementation, written in ANSI C. Archive contains sources and relation, written in italian, which describe the algorithm, its purpose and implementation. This was developed for university purposes. Download rb-sorter.tar.gz]]></description>
			<content:encoded><![CDATA[<p class="paragraph_style_3">Example of Red-Black tree implementation, written in ANSI C.</p>
<p class="paragraph_style_3">Archive contains sources and relation, written in italian, which describe the algorithm, its purpose and implementation. This was developed for university purposes.</p>
<p class="paragraph_style_3">Download <a href="http://www.devzero.it/files/rb-sorter.tar.gz">rb-sorter.tar.gz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devzero.it/2009/06/red-black-trees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

