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.5 required=5.0 tests=BAYES_05 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,9aa6a4e21aaa2eac X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!news.mixmin.net!aioe.org!not-for-mail From: aprogrammer@nospam.org Newsgroups: comp.lang.ada Subject: Re: Good book(s) on data structures? Date: Mon, 17 May 2010 16:10:25 +0000 Organization: Aioe.org NNTP Server Message-ID: References: <5051aeb2-d972-457a-a3c2-738f4a63047f@l28g2000yqd.googlegroups.com> NNTP-Posting-Host: 8gVlJhBwWfY/bxi2ZuB0Gg.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news2.google.com comp.lang.ada:11696 Date: 2010-05-17T16:10:25+00:00 List-Id: >Introduction to Algorithms by Cormen, Leiserson, Rivest and Stein" > > Despite having waffle and mathematics, that is a good book overall > with a large quantity of algorithms. >Algorithms + Data Structures =3D Programs by Wirth >are both excellent. CLRS's is positively encyclopedic, while Wirth's >is an all time classic. = Thank you, Martin. I didn't see your post until CPG quoted it since I'm killing all googlegroups posts. Thanks CPG for quoting! > Though it had a fake language based on Java without exceptions, the > third edition of "Computer Algorithms: Introduction to Design & > Analysis" by Sara Baase and Allen Van Gelder, published by Addison > Wesley, was very good. Thanks CPG!