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,7bba3224cf6d1d9c X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Algorithms Date: 1997/03/13 Message-ID: #1/1 X-Deja-AN: 225327838 References: <332785AB.41C6@cs.montana.edu> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-03-13T00:00:00+00:00 List-Id: <> This is a little confused. The algorithms used in programs are pretty much independent of the language in which the program is used, and any good book on algorithms will describe sets of interesting algorithgms in a pretty much language independent manner. Perhaps what you are looking for is examples of Ada code, and for that you should go to www.adahome.com, which has lots of good pointers to this, and much other useful stuff.