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-10 11:10:01 PST Path: archiver1.google.com!postnews1.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: 10 Mar 2004 11:10:01 -0800 Organization: http://groups.google.com Message-ID: <1ec946d1.0403101110.7b214b0d@posting.google.com> References: <95941c2c.0403062013.1a9464cd@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 1078945801 25117 127.0.0.1 (10 Mar 2004 19:10:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 10 Mar 2004 19:10:01 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:6217 Date: 2004-03-10T11:10:01-08:00 List-Id: Marius Amado Alves wrote in message news:... > > If the focus of this homework is scheduling and not lists consider using an > existing, tried and true, list library, e.g. Charles. Even if the focus is > lists, studying the source code of such a library would help. However if you > have not learnt generics yet, and don't want to just now, forget this last > advice. Charles is moving to tigris.org. The new URL is: 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. -Matt