<?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>Tinsology &#187; bubble sort</title>
	<atom:link href="http://tinsology.net/tag/bubble-sort/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinsology.net</link>
	<description>Read Me</description>
	<lastBuildDate>Wed, 10 Mar 2010 22:50:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bubble Sort is Never the Answer</title>
		<link>http://tinsology.net/2009/06/bubble-sort-is-never-the-answer/</link>
		<comments>http://tinsology.net/2009/06/bubble-sort-is-never-the-answer/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 18:59:48 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[bubble sort]]></category>
		<category><![CDATA[sort]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=756</guid>
		<description><![CDATA[It is not too often in the real world that you have to implement your own sort. Generally, whatever language you are using has a library with this functionality built in. If the occasion does arise, however, it is important to understand which algorithms are applicable in which situations. As with most choices, there is no absolute correct answer; there are many trade offs to consider. When choosing an algorithm there are three things you should consider: performance, overhead, and ease of implementation. 
 
You should give equal consideration to each of these factors, disregarding any one of them can <a href="http://tinsology.net/2009/06/bubble-sort-is-never-the-answer/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/05/over-optimizing/' rel='bookmark' title='Permanent Link: Over Optimizing'>Over Optimizing</a></li>
<li><a href='http://tinsology.net/2009/03/people-on-the-internet/' rel='bookmark' title='Permanent Link: People on the Internet'>People on the Internet</a></li>
<li><a href='http://tinsology.net/2009/06/know-what-to-expect-from-your-programming-language/' rel='bookmark' title='Permanent Link: Know What to Expect from your Programming Language'>Know What to Expect from your Programming Language</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/06/bubble-sort-is-never-the-answer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
