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,510b4cdcdad0ea32 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-19 12:08:02 PST Path: supernews.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!dispose.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!zap!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: AVL and red-black trees Date: 18 Apr 2001 20:04:31 +0100 Organization: CodeFella Message-ID: References: <9bhfmo$93v60$1@ID-78807.news.dfncis.de> NNTP-Posting-Host: localhost X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 X-Trace: news.demon.co.uk 987707228 nnrp-10:19446 NO-IDENT pogner.demon.co.uk:158.152.70.98 X-Complaints-To: abuse@demon.net NNTP-Posting-Date: 18 Apr 2001 19:04:31 GMT X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: supernews.google.com comp.lang.ada:7010 Date: 2001-04-18T19:04:31+00:00 List-Id: "Roberto" writes: > Hi, i'm new in this group and I need an implementation of AVL trees > and red-black trees to make a comparation. The Boock Components at http://www.pushface.org/components/bc/ have an AVL tree implementation.