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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ea7ebea8b1d641f0,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: "Thomas Krueger" Newsgroups: comp.lang.ada Subject: Quicksort algorithm in ada Date: Wed, 12 Apr 2006 15:43:40 +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: <443d040b$1@news.uni-rostock.de> X-Trace: news.uni-rostock.de 1144849419 139.30.204.19 (12 Apr 2006 15:43:39 +0200) Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.hanau.net!news-fra1.dfn.de!news-ham1.dfn.de!news.uni-rostock.de!not-for-mail Xref: g2news1.google.com comp.lang.ada:3784 Date: 2006-04-12T15:43:40+02:00 List-Id: 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... Do you know the trick or a link to a good Ada implementation of quicksort. Thanks Thomas