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,cb02ea4beb29433b X-Google-Attributes: gid103376,public From: mgk25@cl.cam.ac.uk (Markus Kuhn) Subject: Re: Minimal Cost Spanning Tree Date: 1999/04/22 Message-ID: <7fmkpj$pos$1@pegasus.csx.cam.ac.uk>#1/1 X-Deja-AN: 469461513 References: <7fkqbm$6lv$1@nnrp1.dejanews.com> <7fjbre$uah$1@nnrp1.dejanews.com> <7fkpgi$5m8$1@nnrp1.dejanews.com> Organization: U of Cambridge Computer Lab, UK Newsgroups: comp.lang.ada Date: 1999-04-22T00:00:00+00:00 List-Id: In article , romantic_man@usa.net (RemarQ User) writes: |> I apologize, I thought these discussion groups |> were for help, but it seems as though you like to use them as a playground. |> I am not the type to just take code from someone else and turn it in. I |> just wanted a little help, but it seems as though I can't get it here. Dear anonymous Ada programming student, In the case of a programming class assignment, the *best* help you can get is some encouragement to work out the solution for yourself. Most people here are quite well trained in computer science and they can immediately distinguish a typical class assignment problem from a real-world problem. It is not appropriate to ask here for someone doing your entire homework, and it is very rude for you to not even reveal that this is your homework problem. If you have a specific question, then people here will be happy to help you. But first you will have to learn how to ask a specific question and not just repeat the text of the assignment. And now go and read in [Corman/Leiserson/Rivest: Introduction to Algorithms, MIT Press] the section about Kruskal's algorithm, and every Ada textbook will teach you how to convert the pseudo code that you will find into a working quality Ada implementation. You won't believe how good it feels once you've cracked the problem yourself. Markus -- Markus G. Kuhn, Computer Laboratory, University of Cambridge, UK Email: mkuhn at acm.org, WWW: