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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8c3fcd51cd8a3da1,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l12g2000prg.googlegroups.com!not-for-mail From: Rick Newsgroups: comp.lang.ada Subject: Ada-based Primer in Big-Oh Notation Date: Wed, 17 Feb 2010 15:20:02 -0800 (PST) Organization: http://groups.google.com Message-ID: <47d7b37f-f43f-43b4-a81a-716542a41cf1@l12g2000prg.googlegroups.com> NNTP-Posting-Host: 114.75.160.253 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1266448802 8401 127.0.0.1 (17 Feb 2010 23:20:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 17 Feb 2010 23:20:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l12g2000prg.googlegroups.com; posting-host=114.75.160.253; posting-account=q18aiAoAAADbiIPIlD5R8oYVGhuoBvVA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.4; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9276 Date: 2010-02-17T15:20:02-08:00 List-Id: In preparing a tutorial on binary trees I am looking for an introductory article on Big-Oh Notation. The NIST article at http://www.itl.nist.gov/div897/sqg/dads/HTML/bigOnotation.html is, as expected, excellent - if you are comfortable with mathematics. The students at whom this tutorial is aimed struggle with mathematics, and would be much more comfortable with Rob Bell's article at http://rob-bell.net/2009/06/a-beginners-guide-to-big-o-notation/. Unfortunately, the examples in Rob's article are not in Ada. Can anyone point me to a tutorial at a similar level to Rob's in which Ada examples are used? Thanks