<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: What is Selection sort and how does it work? Selection sort algorithm</title>
	<link>http://www.datastructures.info/what-is-selection-sort-and-how-does-it-work-selection-sort-algorithm/</link>
	<description>Data structures, algorithms, e-books, usefull code and so on...</description>
	<pubDate>Fri, 05 Sep 2008 21:32:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: programmer</title>
		<link>http://www.datastructures.info/what-is-selection-sort-and-how-does-it-work-selection-sort-algorithm/#comment-83</link>
		<pubDate>Mon, 16 Apr 2007 11:27:49 +0000</pubDate>
		<guid>http://www.datastructures.info/what-is-selection-sort-and-how-does-it-work-selection-sort-algorithm/#comment-83</guid>
					<description>i wanna know more about linear selection sort,heap sort,bubble sort and quick sort</description>
		<content:encoded><![CDATA[<p>i wanna know more about linear selection sort,heap sort,bubble sort and quick sort
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daniele Simonin</title>
		<link>http://www.datastructures.info/what-is-selection-sort-and-how-does-it-work-selection-sort-algorithm/#comment-77</link>
		<pubDate>Sat, 14 Apr 2007 17:26:07 +0000</pubDate>
		<guid>http://www.datastructures.info/what-is-selection-sort-and-how-does-it-work-selection-sort-algorithm/#comment-77</guid>
					<description>Recursive version (that we can resolve with telescoping) has:

T(n)=T(n-1) O(n)

the run time is Θ(n²).

It's a bad algorithm because it has quadratic complexity in worst-case and best-case.</description>
		<content:encoded><![CDATA[<p>Recursive version (that we can resolve with telescoping) has:</p>
<p>T(n)=T(n-1) O(n)</p>
<p>the run time is Θ(n²).</p>
<p>It&#8217;s a bad algorithm because it has quadratic complexity in worst-case and best-case.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Asfandiar Ali</title>
		<link>http://www.datastructures.info/what-is-selection-sort-and-how-does-it-work-selection-sort-algorithm/#comment-51</link>
		<pubDate>Wed, 07 Mar 2007 13:19:54 +0000</pubDate>
		<guid>http://www.datastructures.info/what-is-selection-sort-and-how-does-it-work-selection-sort-algorithm/#comment-51</guid>
					<description>I checked your script but it isnt giving any output on the screen when its run.
So can u tell y.</description>
		<content:encoded><![CDATA[<p>I checked your script but it isnt giving any output on the screen when its run.<br />
So can u tell y.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: aditya</title>
		<link>http://www.datastructures.info/what-is-selection-sort-and-how-does-it-work-selection-sort-algorithm/#comment-18</link>
		<pubDate>Thu, 25 Jan 2007 17:52:22 +0000</pubDate>
		<guid>http://www.datastructures.info/what-is-selection-sort-and-how-does-it-work-selection-sort-algorithm/#comment-18</guid>
					<description>well done...its nice...my all doubts are cleared</description>
		<content:encoded><![CDATA[<p>well done&#8230;its nice&#8230;my all doubts are cleared
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
