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-Thread: a07f3367d7,9aa6a4e21aaa2eac X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!news.stack.nl!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 17:13:19 +0000 Organization: Aioe.org NNTP Server Message-ID: References: <830a8f2b-1cc0-4413-9d4e-68e037d33fba@y12g2000vbg.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:11697 Date: 2010-05-17T17:13:19+00:00 List-Id: >> What I am interested in is having the right kit of tools >> so I can apply the correct solution to the job. > "Software Components with Ada" by Grady Booch > has a nice set of chapters on various data structures. The first > section of each one has "The Abstraction; Constructors; Selectors; > Iterators; Imports; Exceptions; Forms" and each ends with "Analysis > of Time and Space Complexity". Thank you.