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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f6c360ce344b2364 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.193.129 with SMTP id ho1mr23011749pbc.8.1340205863433; Wed, 20 Jun 2012 08:24:23 -0700 (PDT) Path: l9ni72773pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Austin Obyrne Newsgroups: comp.lang.ada Subject: Re: My Invention of "Bug Sort". Date: Wed, 20 Jun 2012 08:17:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5b936896-12fb-4238-a5a7-3851f1959d0b@googlegroups.com> References: <3852c348-a728-44ed-b065-c8a596c1e235@googlegroups.com> <698085ff-6ca3-4a0e-b963-11bdcf11e6b5@googlegroups.com> NNTP-Posting-Host: 31.52.108.135 Mime-Version: 1.0 X-Trace: posting.google.com 1340205863 19377 127.0.0.1 (20 Jun 2012 15:24:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 20 Jun 2012 15:24:23 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=31.52.108.135; posting-account=pmkN8QoAAAAtIhXRUfydb0SCISnwaeyg User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-06-20T08:17:02-07:00 List-Id: On Wednesday, June 20, 2012 1:51:10 PM UTC+1, Manuel Collado wrote: > El 20/06/2012 14:47, Manuel Collado escribi=F3: > > El 20/06/2012 12:57, Austin Obyrne escribi=F3: > >> ... > >> Re Your suggestion: "Bug" in engineering is a euphemism for > >> "error"; > >> > >> I agree this needs to be changed. > >> > >> I originally thought of "Tag Sort" but this clashes with 'tag' in Ada > >> terminology. > >> > >> I'm considering "Cell Sort" (<=3D elements of an array),"Trap Sort" (<= =3D > >> data is systematically trapped), "Abstraction Sort" (<=3D data is > >> abstracted from the stream of data being assigned to the variable > >> during runtime of the host program. > >> > >> Would any of these clash with other sort program tiles known to you? > >> > >> Your suggestion on one of these names would be greatly appreciated. > > > > http://en.wikipedia.org/wiki/Bucket_sort > > >=20 > More precisely: >=20 > http://en.wikipedia.org/wiki/Pigeonhole_sort >=20 > --=20 > Manuel Collado - http://lml.ls.fi.upm.es/~mcollado Many thanks for this. I think there is much of a muchness in all of these fine programs. I guess= we all want to be able to say we have invented the best program but this i= s more an elite group of similar programs from what I can see. I am claiming that the only restriction to my version of this sort program = type is the data type is discrete. Many thanks for your contibution to my education of sort programs. Regards - Austin.