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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c6e96e5cf344d207 X-Google-Attributes: gid103376,public From: "Gerome Miklau" Subject: Re: Searching and Sorting an Array Date: 1998/10/20 Message-ID: <70jj68$or8$1@samsara0.mindspring.com>#1/1 X-Deja-AN: 403410649 References: <70j0fn$g3i$1@nnrp1.dejanews.com> X-Server-Date: 21 Oct 1998 03:07:52 GMT X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: MindSpring Enterprises Newsgroups: comp.lang.ada Date: 1998-10-21T03:07:52+00:00 List-Id: I am taking a class where we are using "Ada95: Problem Solving and Program Design" by Feldman and Koffman. It has a chapter on arrays and some treatment of simple sorting methods, though nothing like you would find in an algorithms book.