<?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: Data Structure Tutorial : Lesson 02 &#8211; Implementing Sorting Algorithms Part I</title>
	<atom:link href="http://maxotek.net/blog/data-structure-tutorial-lesson-2-implementing-sorting-algorithms-part-i-t185.html/feed" rel="self" type="application/rss+xml" />
	<link>http://maxotek.net/blog/data-structure-tutorial-lesson-2-implementing-sorting-algorithms-part-i-t185.html</link>
	<description>Technology Blog</description>
	<lastBuildDate>Wed, 17 Nov 2010 05:13:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: reuben oyamo</title>
		<link>http://maxotek.net/blog/data-structure-tutorial-lesson-2-implementing-sorting-algorithms-part-i-t185.html/comment-page-1#comment-43</link>
		<dc:creator>reuben oyamo</dc:creator>
		<pubDate>Wed, 01 Apr 2009 06:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://maxotek.net/blog/?p=185#comment-43</guid>
		<description>Good stuff here! keep it up. Kindly give some comments on quicksort, heapsort and mergesort.</description>
		<content:encoded><![CDATA[<p>Good stuff here! keep it up. Kindly give some comments on quicksort, heapsort and mergesort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chau Nguyen</title>
		<link>http://maxotek.net/blog/data-structure-tutorial-lesson-2-implementing-sorting-algorithms-part-i-t185.html/comment-page-1#comment-41</link>
		<dc:creator>Chau Nguyen</dc:creator>
		<pubDate>Fri, 05 Dec 2008 06:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://maxotek.net/blog/?p=185#comment-41</guid>
		<description>Sent me a mail to tell what do you think about my comment :D

Bye
Chau Nguyen</description>
		<content:encoded><![CDATA[<p>Sent me a mail to tell what do you think about my comment <img src='http://maxotek.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Bye<br />
Chau Nguyen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chau Nguyen</title>
		<link>http://maxotek.net/blog/data-structure-tutorial-lesson-2-implementing-sorting-algorithms-part-i-t185.html/comment-page-1#comment-42</link>
		<dc:creator>Chau Nguyen</dc:creator>
		<pubDate>Fri, 05 Dec 2008 06:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://maxotek.net/blog/?p=185#comment-42</guid>
		<description>hi there, I&#039;m Chau
I read your Pikabot, it&#039;s great.
Anyway, I looked the sorting algorithms, and read this
I don&#039;t think Bubble, Selection, Shell, Insert Sort is not good enough !!!
The fact that they are basic sort, which have O(n^2)
Why don&#039;t you post Quick Sort (fastest: O(nlog(2,n)) longest:O(n^2)), Quicksort include choice privot O(nlog(n)), Counting Sort O(n*m) and Distribution Counting Sort O(n*log(m,n))
For example, you sort 1,000,000,000 number, the max number is 1,000,000 and m = 1,000
Bubble, Selection, Shell, Insert Sort fastest = 1 billion; longest = 10^18 = 1 billion billon.
Quick Sort fastest =1000000000 ;longest nearly 30 billions
Counting Sort = 1000000000 (1 billions) but require double memory
Distribution Counting Sort = 1,000,000,000 *log(1000,1000000)= only 2 billions but don&#039;t need double memory like Counting Sort</description>
		<content:encoded><![CDATA[<p>hi there, I&#8217;m Chau<br />
I read your Pikabot, it&#8217;s great.<br />
Anyway, I looked the sorting algorithms, and read this<br />
I don&#8217;t think Bubble, Selection, Shell, Insert Sort is not good enough !!!<br />
The fact that they are basic sort, which have O(n^2)<br />
Why don&#8217;t you post Quick Sort (fastest: O(nlog(2,n)) longest:O(n^2)), Quicksort include choice privot O(nlog(n)), Counting Sort O(n*m) and Distribution Counting Sort O(n*log(m,n))<br />
For example, you sort 1,000,000,000 number, the max number is 1,000,000 and m = 1,000<br />
Bubble, Selection, Shell, Insert Sort fastest = 1 billion; longest = 10^18 = 1 billion billon.<br />
Quick Sort fastest =1000000000 ;longest nearly 30 billions<br />
Counting Sort = 1000000000 (1 billions) but require double memory<br />
Distribution Counting Sort = 1,000,000,000 *log(1000,1000000)= only 2 billions but don&#8217;t need double memory like Counting Sort</p>
]]></content:encoded>
	</item>
</channel>
</rss>

