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-18 06:48:41 PST Path: supernews.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeeds.belnet.be!news.belnet.be!uni-erlangen.de!fu-berlin.de!uni-berlin.de!6565-cm.able.ES!not-for-mail From: "Roberto" Newsgroups: comp.lang.ada Subject: Re: AVL and red-black trees Date: Wed, 18 Apr 2001 15:41:33 +0200 Message-ID: <9bk5qe$9mf5l$1@ID-78807.news.dfncis.de> References: <9bhfmo$93v60$1@ID-78807.news.dfncis.de> <3ADCE649.C02947B5@earthlink.net> <9bjhl4$n6t$1@news.huji.ac.il> NNTP-Posting-Host: 6565-cm.able.es (212.97.165.65) X-Trace: fu-berlin.de 987601550 10173621 212.97.165.65 (16 [78807]) X-Posting-Agent: Hamster/1.3.22.0 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: supernews.google.com comp.lang.ada:6969 Date: 2001-04-18T15:41:33+02:00 List-Id: I must search 2 implementations (better in Ada to not translate) and make a lot of tests (insert, delete and search) with them. The problem is that I haven't found an implementation with the remove operation (and the explanations that I've found in Internet aren't clear). -- Greetings Roberto