This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Bentley-Sedgewick ternary QuickSort as part of libstdc++?
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Alex Vinokur <alexvn at connect dot to>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 30 Aug 2004 13:48:08 +0200
- Subject: Re: Bentley-Sedgewick ternary QuickSort as part of libstdc++?
- References: <cguf9l$dog$1@sea.gmane.org>
Alex Vinokur wrote:
Is 'Bentley-Sedgewick ternary QuickSort' a part of libstdc++?
For some details on the sort algorithms implemented in libstdc++, you
can still refer to:
http://www.sgi.com/tech/stl/partial_sort.html
http://www.sgi.com/tech/stl/sort.html
http://www.sgi.com/tech/stl/stable_sort.html
and so on...
Paolo.