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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ebf338b64557dbd2 X-Google-Attributes: gid103376,public From: "Bob Klungle" Subject: Re: Linked list problem Date: 1997/02/15 Message-ID: <01bc1b74$6853a600$84fd1fcc@p5120.bda>#1/1 X-Deja-AN: 219020600 References: Organization: B & D Associates X-NETCOM-Date: Sat Feb 15 11:08:12 AM PST 1997 Newsgroups: comp.lang.ada Date: 1997-02-15T11:08:12-08:00 List-Id: What you said is true. Not enough info to say anything else. cheers..bob > I have a slight problem. I have been trying to append one linked list to > another. Unfortunately try as I might, I cannot get the algorithm to > work correctly. > > As far as I understand, the method by which you append lists is to > simply make the last node of the list you are appending to 'point' to > the first node of the other list. > > Can anyone advise me on this problem?