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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a0c11530d22fba12,start X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Batcher's parallel sort Date: 2000/06/03 Message-ID: #1/1 X-Deja-AN: 630500428 X-Complaints-To: abuse@pacbell.net X-Trace: news.pacbell.net 960010534 206.170.2.218 (Fri, 02 Jun 2000 22:35:34 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Fri, 02 Jun 2000 22:35:34 PDT Newsgroups: comp.lang.ada Date: 2000-06-03T00:00:00+00:00 List-Id: Several people asked for a copy of Batcher's parallel sort (Knuth, Volume 3, 5.2.2) and David Botton has kindly posted this one at: http://www.adapower.com/alg/batchers.html It may be useful as an example of multi-tasking. I disclaim all responsibility for my Ada "style" of 12 years ago.