Re: Arranging the keys problem
- From: Willem <willem@xxxxxxxx>
- Date: Fri, 30 Sep 2005 11:10:14 +0000 (UTC)
Lars wrote:
) You're wrong.
) Quicksort is not of linear runtime.
) In worstcase it's O(n²) and in the average it's O(n log n).
In the case of only three different elements, Quicksort *is* O(n).
You don't even need any tweaking.
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
.
- References:
- Re: Arranging the keys problem
- From: Willem
- Re: Arranging the keys problem
- From: Lars Weber
- Re: Arranging the keys problem
- Prev by Date: Re: Arranging the keys problem
- Next by Date: Re: Arranging the keys problem
- Previous by thread: Re: Arranging the keys problem
- Next by thread: Re: Arranging the keys problem
- Index(es):
Relevant Pages
|