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-Thread: 103376,43550b9aa620b16b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!elnk-atl-nf1!newsfeed.earthlink.net!stamper.news.atl.earthlink.net!newsread2.news.atl.earthlink.net.POSTED!14bb18d8!not-for-mail Sender: mheaney@MHEANEYX200 Newsgroups: comp.lang.ada Subject: Re: multiway tree References: <1116271251.882713.42960@g49g2000cwa.googlegroups.com> From: Matthew Heaney Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 17 May 2005 05:07:47 GMT NNTP-Posting-Host: 24.149.57.125 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.atl.earthlink.net 1116306467 24.149.57.125 (Mon, 16 May 2005 22:07:47 PDT) NNTP-Posting-Date: Mon, 16 May 2005 22:07:47 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: g2news1.google.com comp.lang.ada:11056 Date: 2005-05-17T05:07:47+00:00 List-Id: nicolas.blanpain@cegetel.net writes: > Where can i found implementation (or algorithms) of multiway tree ? The Charles and AI-302 libraries both use a red-black tree. Liberally interpreted I suppose that qualifies as a "multiway" tree. You didn't state your reason for wanting a tree structure, but if it's a container you need then either of those libraries might already have it. -Matt