Re: No merge sort? - Mailing list pgsql-hackers

From Steve Wampler
Subject Re: No merge sort?
Date
Msg-id 1049749074.25263.63.camel@weaver.tuc.noao.edu
Whole thread Raw
In response to Re: No merge sort?  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-hackers
On Mon, 2003-04-07 at 13:39, Dann Corbit wrote:
> > -----Original Message-----
> > From: Jason M. Felice [mailto:jfelice@cronosys.com] 
> > Sent: Monday, April 07, 2003 1:10 PM
> > To: pgsql-hackers@postgresql.org
> > Subject: Re: [HACKERS] No merge sort?
> > 
> > 
> > On Mon, Apr 07, 2003 at 03:36:10PM -0400, Greg Stark wrote:
> > > "Ron Peacetree" <rjpeace@earthlink.net> writes:
> > > 
> > > > AFAIK, there are only 3 general purpose internal sorting 
> > techniques 
> > > > that have O(n) behavior:
> > > 
> > > Strictly speaking there are no sorting algorithms that have 
> > worst-case 
> > > time behaviour better than O(nlog(n)). Period.
> > > 
> > 
> > Not true.
> > 
> http://www.elsewhere.org/jargon/html/entry/bogo-sort.html
> 
> He said "better than" not "worse than".
> 
> For comparison based sorting it is _provably_ true that you cannot sort
> faster than log(n!) which is O(n*(log(n))).

You didn't read far enough.  The 2nd form of the bogo sort is O(1),
at least in *one* universe...

-- 
Steve Wampler <swampler@noao.edu>
National Solar Observatory



pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Backpatch FK changes to 7.3 and 7.2?
Next
From: "Dann Corbit"
Date:
Subject: Re: No merge sort?