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,c3109ca91f11de99 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-15 07:58:34 PST Path: archiver1.google.com!postnews2.google.com!not-for-mail From: mheaney@on2.com (Matthew Heaney) Newsgroups: comp.lang.ada Subject: Re: Lists within Lists or Nested Linked Lists... Date: 15 Mar 2004 07:58:33 -0800 Organization: http://groups.google.com Message-ID: <1ec946d1.0403150758.1cdbe010@posting.google.com> References: <95941c2c.0403062013.1a9464cd@posting.google.com> <1ec946d1.0403101110.7b214b0d@posting.google.com> NNTP-Posting-Host: 66.162.65.162 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1079366314 22123 127.0.0.1 (15 Mar 2004 15:58:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 15 Mar 2004 15:58:34 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:6333 Date: 2004-03-15T07:58:33-08:00 List-Id: mheaney@on2.com (Matthew Heaney) wrote in message news:<1ec946d1.0403101110.7b214b0d@posting.google.com>... > > I have just recently posted the latest release of the doubly-linked > lists. The singly-linked lists will be done in a day or two. I have posted the singly- and doubly-linked list containers. There are both bounded and unbounded forms for each. -Matt