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=0.6 required=5.0 tests=BAYES_40,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ebf338b64557dbd2,start X-Google-Attributes: gid103376,public From: Blake C Weston Subject: Linked list problem Date: 1997/02/15 Message-ID: #1/1 X-Deja-AN: 218973114 Distribution: world X-NNTP-Posting-Host: dedlock.demon.co.uk Organization: Lack Of... MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1997-02-15T00:00:00+00:00 List-Id: 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? Cheers -- Blake C Weston Turnpike evaluation. For information, see http://www.turnpike.com/