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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1f8b4cce7e72b123 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-26 18:06:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!novia!novia!feed2.onemain.com!feed1.onemain.com!nntp3.onemain.com.POSTED!not-for-mail From: "Eric G. Miller" Subject: Re: Arrays and Access types... Newsgroups: comp.lang.ada References: <20011025214647.2788a60b.egm2@jps.net> User-Agent: Pan/0.10.0.93 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: "Eric G. Miller" X-No-Productlinks: Yes Message-ID: Date: Fri, 26 Oct 2001 18:08:15 -0700 NNTP-Posting-Host: 216.119.36.13 X-Complaints-To: abuse@onemain.com X-Trace: nntp3.onemain.com 1004144480 216.119.36.13 (Fri, 26 Oct 2001 21:01:20 EDT) NNTP-Posting-Date: Fri, 26 Oct 2001 21:01:20 EDT Xref: archiver1.google.com comp.lang.ada:15293 Date: 2001-10-26T18:08:15-07:00 List-Id: Thanks all for your comments, suggestions. For the curious, I was writing a problem that simulated a human solving the following problem: Question. If you have 200 coins and 199 of them weigh the same amount and 1 is lighter than the others. Using a two pan balancing scale, how can you identify the lighter coin in 5 weighings or less? Don't get me started on how you could possibly have all of this information a priori and *not* know which coin was lighter...