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,d46d23ef29cdbd30 X-Google-Attributes: gid103376,public From: ELMO Subject: Re: newbie question Date: 1999/03/19 Message-ID: <36F271E4.406DBE85@Botton.com>#1/1 X-Deja-AN: 456530024 Content-Transfer-Encoding: 7bit References: <36F039F8.275E7145@hknet.com> <36F0A8F3.B0DD34C2@bigfoot.com> <36F128E6.FBA6245@hknet.com> <7ctjgf$arf@top.mitre.org> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: CyberGate, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-19T00:00:00+00:00 List-Id: Dr. Beidler has an on-line hypercode version of many of the gnat specs at: http://www.cs.uofs.edu/~beidler/Ada/adlibr.html David Botton Michael F Brenner wrote: > > >> GNAT comes with generic sort routines. See g-busorg.ads for bubble-sort > >> and g-hesorg.ads for heap-sort in your library directory. > > thank you > > Yes, thank you. I did not know this. I guess I have to start > looking at all the g- routines in Lib to see what is there. > Already existing code can be a valuable addition to a compiler.