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 08:11:19 PST Sender: sjw@galadriel.frlngtn.gecm.com Newsgroups: comp.lang.ada Subject: Re: avl tree - booch components References: <20010907091153.12625104.tonygair@nospam.blueyonder.co.uk> <3B98B3DD.5D7297AA@amsjv.com> From: Simon Wright Date: 07 Sep 2001 15:51:21 +0100 Message-ID: Organization: Alenia Marconi Systems, ISD, Farlington X-Newsreader: Gnus v5.5/Emacs 20.3 NNTP-Posting-Host: galadriel.frlngtn.gecm.com X-Trace: 7 Sep 2001 15:47:50 GMT, galadriel.frlngtn.gecm.com Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!colt.net!dispose.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!galadriel.frlngtn.gecm.com Xref: archiver1.google.com comp.lang.ada:12900 Date: 2001-09-07T15:51:21+01:00 List-Id: Des Walker writes: > 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, > > 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) This is not the first time people have reported problems like this, I put it down to firewalls and proxy servers myself. Using the same arrangement as Des I get bad downloads from the above address and also from the mirror at http://www.adapower.net/booch . > 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. These is also now a "case study" which doesn't address instantiating Trees but does cover Collections. May be some help. http://www.pogner.demon.co.uk/components/bc/case-study.html