comp.lang.ada
 help / color / mirror / Atom feed
* True or False ?
@ 2012-06-17  8:10 Austin@hotmail.com
  2012-06-17  9:37 ` Ludovic Brenta
  0 siblings, 1 reply; 8+ messages in thread
From: Austin@hotmail.com @ 2012-06-17  8:10 UTC (permalink / raw)


I have invented some new data sort methods that are particularly suited to Ada and am preparing some script that I will later be posting to a maths group to which I belong.

I want to say that the traditional sort methods i.e. quick sort and tree sort etc. in my view are almost benign classroom models not used in the real world of computing and programming today and are too inefficient in the way they work i.e. the data must be collected as a string of unsorted data first of all and then goes through a repetitive reduction process of comparing values and swopping places until there is proper ascending order in the transposed string. The whole thing in my view is top heavy with too much “too-ing” and “fro-ing” and is just too inefficient all round. 

I am not a professional programmer and I am not even in the industry but I have a cracker of a sort program that I will be disseminating free to readers later although I will be keeping the copyright to guard against commercial marketing to myself for now. 

To be honest, I am not entirely sure of my ground regarding my statement that tree sort and quick sort not being used and would like to know from any of you readers who do know, what is being used today in the real world of programming.

I want to be sure that I don’t make any brash statements that are not entirely true to the maths group.

Do you know if these sort programs are used in real world programming today ?

- adacrypt



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-06-17 20:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-17  8:10 True or False ? Austin@hotmail.com
2012-06-17  9:37 ` Ludovic Brenta
2012-06-17 10:35   ` adacrypt
2012-06-17 11:37     ` Nasser M. Abbasi
2012-06-17 11:48       ` adacrypt
2012-06-17 14:14     ` Martin Trenkmann
2012-06-17 16:33       ` Austin Obyrne
2012-06-17 20:33         ` Shark8

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox