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: Matthew Heaney Subject: Re: newbie question Date: 1999/03/21 Message-ID: #1/1 X-Deja-AN: 457074917 Sender: matt@mheaney.ni.net References: <36F039F8.275E7145@hknet.com> <36F0A8F3.B0DD34C2@bigfoot.com> <36F128E6.FBA6245@hknet.com> <7ctjgf$arf@top.mitre.org> NNTP-Posting-Date: Sat, 20 Mar 1999 18:33:03 PDT Newsgroups: comp.lang.ada Date: 1999-03-21T00:00:00+00:00 List-Id: mfb@mbunix.mitre.org (Michael F Brenner) writes: > >> 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. Here's a portion of the gnat package tree: Ada package hierarchy tree (based on GNAT 3.11p ACT distribution sources) date 3/2/99. by Nasser Abbasi . Free to copy, distribute in any way. Not responsible for errors. Updated copies can be found at . =============================================================== G N A T package ----------------------------------- +- Bubble_Sort_A | +- Bubble_Sort_G | +- Case_Util | +- Command_Line | +- Debug_Utilities | +- Directory_Operations | +- Heap_Sort_A | GNAT -+- Heap_Sort_G | +- HTable | +- IO -+- IO_Aux | +- OS_Lib | +- Regexp | | +- Patterns | | | +- Table_Boolean | | +- Spitbol -+- Table_Integer | | | +- Table_VString | +- Table | +- Task_Lock