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: 103376,587e0e0a16d65b10 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news2.glorb.com!feeder.erje.net!newsfeed.straub-nv.de!noris.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Tue, 24 Feb 2009 19:30:12 +0100 From: Georg Bauhaus User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Invade wikipedia! References: <49a415c4$0$32675$9b4e6d93@newsspool2.arcor-online.net> <636a9556-7417-4968-a1f2-8f13a609de40@v39g2000yqm.googlegroups.com> In-Reply-To: <636a9556-7417-4968-a1f2-8f13a609de40@v39g2000yqm.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <49a43cb5$0$31345$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 24 Feb 2009 19:30:13 CET NNTP-Posting-Host: 17747821.newsspool4.arcor-online.net X-Trace: DXC=XcViKlcg2cAAa;:RKVJ>LE4IUK Adam Beneschan schrieb: >> Cormen/Leiserson/Rivest/Stein (2001): >> Introduction to Algorithms, Second Edition. >> >> The notation used there is becoming more popular. > > Is this a (somewhat) standardized enough notation that it's described > online somewhere? If so, where? I don't have the CLRS book handy and > I'm certainly not going to buy it just to see what the pseudo-code > notation looks like. I'm not aware of an online description, sorry. An example, quickly taken from their making-of manual, is http://home.arcor.de/bauhaus/Ada/clrs.pdf (36k) The algorithm has also popped up in the description of the notation offered by Google Books' edition of CLRS when gooogling "cormen pseudocode notation". A similar notation is used in Russel and Norvig's Artifical Intelligence, another seemingly influencial and popular book.