<?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>Shifted Bits Blog &#187; School</title>
	<atom:link href="http://www.shiftedbits.net/tag/school/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shiftedbits.net</link>
	<description>Rotating bits, one shift at a time.</description>
	<lastBuildDate>Sat, 19 Nov 2011 13:52:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Goofy Sort</title>
		<link>http://www.shiftedbits.net/code/goofy-sort/</link>
		<comments>http://www.shiftedbits.net/code/goofy-sort/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:50:13 +0000</pubDate>
		<dc:creator>Coolhand2</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Sorting]]></category>

		<guid isPermaLink="false">http://www.shiftedbits.net/?p=118</guid>
		<description><![CDATA[You know it&#8217;s an easy algorithm to program when you&#8217;re done writing it, before the teacher is done explaining it&#8230; #include &#34;GSort.h&#34; &#160; void GSort::sort&#40; int numbers&#91;&#93;, int size &#41; &#123; int i = 0; int previous, current; while&#40; true &#41; &#123; if&#40; i == 0 &#41; //No previous, step forward. &#123; i++; continue; &#125; [...]]]></description>
		<wfw:commentRss>http://www.shiftedbits.net/code/goofy-sort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

