bubble sort

  • Follow


Can someone help me understand why bubble sort is called bubble sort?

I have never seen bubbles that sort themselves.
0
Reply bob3904 (233) 8/11/2012 4:32:59 AM

On 2012-08-11, bob <bob@coolfone.comze.com> wrote:
> Can someone help me understand why bubble sort is called bubble sort?
>
> I have never seen bubbles that sort themselves.

http://www.youtube.com/watch?v=lyZQPjUT5B4
0
Reply ike8 (164) 8/11/2012 6:01:15 AM


bob wrote:
) Can someone help me understand why bubble sort is called bubble sort?
)
) I have never seen bubbles that sort themselves.

It's a verb, not a noun.


SaSW, Willem
-- 
Disclaimer: I am in no way responsible for any of the statements
            made in the above text. For all I know I might be
            drugged or something..
            No I'm not paranoid. You all think I'm paranoid, don't you !
#EOT
0
Reply willem6 (255) 8/11/2012 9:37:57 AM

On Sat, 11 Aug 2012 06:01:15 +0000 (UTC), Ike Naar
<ike@sverige.freeshell.org> wrote:

> On 2012-08-11, bob <bob@coolfone.comze.com> wrote:
> > Can someone help me understand why bubble sort is called bubble sort?
> >
> > I have never seen bubbles that sort themselves.
> 
> http://www.youtube.com/watch?v=lyZQPjUT5B4
The AlgoRythmics also have:
 quick sort, merge sort, insert sort, select sort,
 Shell sort

I couldn't find any parallel sorts.
0
Reply mark53916 (8) 8/11/2012 4:40:28 PM

Mark F wrote:
> 
> On Sat, 11 Aug 2012 06:01:15 +0000 (UTC), Ike Naar
> <ike@sverige.freeshell.org> wrote:
> 
> > On 2012-08-11, bob <bob@coolfone.comze.com> wrote:
> > > Can someone help me understand why bubble sort
> > > is called bubble sort?

>  Shell sort

Bubble sort 
was also named after the person who developed it.

http://en.wikipedia.org/wiki/Mr._Bubble

-- 
pete
0
Reply pfiland (6613) 8/12/2012 1:19:19 AM

On 11-Aug-12 6:32 AM, bob wrote:
> Can someone help me understand why bubble sort is called bubble sort?
>
> I have never seen bubbles that sort themselves.

Good point. I have the same reservations about the so-called "quick 
sort", I often find it lacking speed when sorting several million text 
strings. Can we call a "false advertising!" on that?

[Jw]

0
Reply jongware (25) 8/13/2012 10:01:15 AM

5 Replies
48 Views

(page loaded in 0.133 seconds)

5/19/2013 2:53:08 AM


Reply: