From: Erick Tryzelaar <erickt@dslextreme.com>
To: artboreb@netscape.net
Cc: martin_jambon@emailuser.net, caml-list@inria.fr
Subject: Re: [Caml-list] What kind of sort do Array.sort ?
Date: Mon, 08 May 2006 17:22:00 -0700 [thread overview]
Message-ID: <445FE0A8.5030600@dslextreme.com> (raw)
In-Reply-To: <8C841119BCFEEF0-1A64-9602@mblkn-m05.sysops.aol.com>
artboreb@netscape.net wrote:
> Is fast_sort a quick-sort algorithm?
According to the docs, Array.sort uses a heap sort, and
Array.stable_sort uses a merge sort. Array.fast_sort uses either one or
the other.
http://caml.inria.fr/pub/docs/manual-ocaml/libref/Array.html
-e
prev parent reply other threads:[~2006-05-09 0:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-08 21:31 artboreb
2006-05-08 22:23 ` [Caml-list] " Martin Jambon
2006-05-08 23:52 ` artboreb
2006-05-09 0:22 ` Erick Tryzelaar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=445FE0A8.5030600@dslextreme.com \
--to=erickt@dslextreme.com \
--cc=artboreb@netscape.net \
--cc=caml-list@inria.fr \
--cc=martin_jambon@emailuser.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox