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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,71c743c03ed191fe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-25 20:37:28 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: kcline17@hotmail.com (Kevin Cline) Newsgroups: comp.lang.ada Subject: Re: Beginer problem: variable array size Date: 25 Sep 2002 20:37:27 -0700 Organization: http://groups.google.com/ Message-ID: References: <38993b18.0209191906.b56b982@posting.google.com> <1032533590.712308@master.nyc.kbcfp.com> NNTP-Posting-Host: 24.219.89.90 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1033011447 4511 127.0.0.1 (26 Sep 2002 03:37:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 26 Sep 2002 03:37:27 GMT Xref: archiver1.google.com comp.lang.ada:29343 Date: 2002-09-26T03:37:27+00:00 List-Id: "Marin David Condic" wrote in message news:... > Well, as is often the case, the answer is "It Depends". Yes, there are a > number of cases where you don't want to set arbitrary limits on data volume. > Usually, these are of significant enough importance, that going to the > trouble of developing a proper data structure to hold it is not that big a > deal in the grand scheme of things. However, when you're confronted with a > student project or some light-duty, quick and dirty app that reasonably > approximates the case described earlier (punching in a bunch of numbers to > sort...) Its typically not that big a deal to impose some arbitrary (and > large) upper limit if it allows you simplicity of implementation. That's great, but it doesn't teach students to produce useful programs. CS graduates need considerable experience using appropriate data structures. One class in data structures and algorithms is not enough.