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,30f8e9ec3e840189 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-07 04:51:51 PST Message-ID: <3B98B3DD.5D7297AA@amsjv.com> Date: Fri, 07 Sep 2001 12:47:41 +0100 From: Des Walker Organization: Alenia-Marconi Systems X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: avl tree - booch components References: <20010907091153.12625104.tonygair@nospam.blueyonder.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: farwkn6911.frlngtn.gecm.com X-Trace: 7 Sep 2001 12:40:51 GMT, farwkn6911.frlngtn.gecm.com Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!newspeer.clara.net!news.clara.net!btnet-peer!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!farwkn6911.frlngtn.gecm.com Xref: archiver1.google.com comp.lang.ada:12884 Date: 2001-09-07T12:47:41+01:00 List-Id: Tony Gair wrote: > > I have just had a look at the AVL tree Ada 95 Booch components, and am completely > at a loss to instantiate the AVL tree components. Has anyone here done this, > regards > TG Hi, if you downloaded the Booch Components maintained by Simon Wright http://www.pogner.demon.co.uk/components/bc/download.html (Hmm, I've just tried downloading the August zip version, but it wouldn't extract - I'll let Simon know. The May version extracted OK) There is a test directory included in the download which contains an AVL Tree test program. I think the tree is instantiated in avl_test_support.ads. Regards Des Walker