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,fdc75443ea18fb32 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-26 18:08:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Queue Date: 26 Nov 2001 20:07:54 -0600 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1006826876 12506 192.135.80.34 (27 Nov 2001 02:07:56 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 27 Nov 2001 02:07:56 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:17016 Date: 2001-11-26T20:07:54-06:00 List-Id: In article , "steve" writes: > Which is the best way to make a queue using head and tail pointers Start by defining your own idea of "best". To get some hints, look at the last month's posts in this newsgroup that have the string "List Container" in the title. Many diverse opinions have been advanced.