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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a4d4bd32123b67d4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-24 15:14:45 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!jfk3-feed1.news.digex.net!dca6-feed2.news.digex.net!intermedia!newsfeed1.cidera.com!Cidera!border1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!bin5.nnrp.aus1.giganews.com.POSTED!news.clear.net.nz From: Craig Carey Newsgroups: comp.lang.ada Subject: Re: A little help with Quicksort Message-ID: <94515uc4bed777l60tuqi9n7aie5ndsdhj@4ax.com> References: <1408ce1d.0201011425.29c12c97@posting.google.com> <1408ce1d.0201021422.3ef052f6@posting.google.com> <7__Y7.2188$cD4.3992@www.newsranger.com> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: Customer of Mercury Telecommunications Ltd Cache-Post-Path: localhost!unknown@tnt1-114.quicksilver.net.nz X-Cache: nntpcache 2.4.0b3 (see http://www.nntpcache.org/) X-Original-NNTP-Posting-Host: drone5-svc-skyt.qsi.net.nz X-Original-Trace: 25 Jan 2002 12:14:25 +1300, drone5-svc-skyt.qsi.net.nz NNTP-Posting-Date: Thu, 24 Jan 2002 17:14:28 CST X-Trace: sv3-aWzwjO1TSOfvOngcNQP1PeOkXpyNnqum/1uTjPpUm0MGqLJ1TNeAepHrMvD6fdPEc8oPsljaGm1Iq3c!l0PTFuI5M7H1DSBOrXsEEiDKv0MNG2Puo//j4hsZaF9ANR5zOXsdZ2mg7TwXnVLG8vStaTeghQK8!HZMLjQ== X-Complaints-To: abuse@GigaNews.Com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Date: Thu, 24 Jan 2002 23:14:28 GMT Xref: archiver1.google.com comp.lang.ada:19288 Date: 2002-01-24T23:14:28+00:00 List-Id: On Thu, 03 Jan 2002 15:42:59 GMT, Ted Dennison wrote: >A web page with a good discussion of Quicksort is >http://ciips.ee.uwa.edu.au/~morris/Year2/PLDS210/qsort.html > > A merge sort Ada algorithm that uses tasks is shown here: http://www.math.uni-siegen.de/ortolf/ada/adab40.jpg It demonstrates use of tasks, and it halves the list, sorts it using 2 tasks, and then merges the 2 resulting lists.