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 From: "Thomas Krueger" Newsgroups: comp.lang.ada References: <443d040b$1@news.uni-rostock.de> <443d416e$0$18277$9b4e6d93@newsread2.arcor-online.net> <443d4290$0$18272$9b4e6d93@newsread2.arcor-online.net> Subject: Re: Quicksort algorithm in ada Date: Thu, 13 Apr 2006 10:24:09 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 NNTP-Posting-Host: 139.30.204.19 X-Original-NNTP-Posting-Host: 139.30.204.19 Message-ID: <443e0aac@news.uni-rostock.de> X-Trace: news.uni-rostock.de 1144916652 139.30.204.19 (13 Apr 2006 10:24:12 +0200) Path: g2news1.google.com!news2.google.com!news4.google.com!news.glorb.com!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!news-mue1.dfn.de!news-ham1.dfn.de!news.uni-rostock.de!not-for-mail Xref: g2news1.google.com comp.lang.ada:3810 Date: 2006-04-13T10:24:09+02:00 List-Id: Hi, thank you for the advice. I prefer the solution in the Ada library. ada.Containers.Generic_Array_Sort Thomas