From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ea7ebea8b1d641f0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Wed, 12 Apr 2006 20:06:30 +0200 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Quicksort algorithm in ada References: <443d040b$1@news.uni-rostock.de> In-Reply-To: <443d040b$1@news.uni-rostock.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <443d416e$0$18277$9b4e6d93@newsread2.arcor-online.net> NNTP-Posting-Date: 12 Apr 2006 20:05:34 MEST NNTP-Posting-Host: 9d64c7da.newsread2.arcor-online.net X-Trace: DXC=P@aj15WMU5QUEj^fn36YV^Q5U85hF6f;TjW\KbG]kaMXAV6U:Z=fE=_WS_M:=P9Ihe`BX@Z?dZ]MOidU X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:3799 Date: 2006-04-12T20:05:34+02:00 List-Id: Thomas Krueger wrote: > Hi > > Does the quicksort algorithm already exists in the Ada standardlibrary? I > didn't find it. The only similar thing i found was bubblesort in the gnat > library... The next Ada stadard library is going to have Ada.Containers.Generic_Anonymous_Array_Sort, which might be what you want. If you have a recent GNAT, it's already there. IIRC, the Booch components contain quicksort, too.