caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Linear time sorting routines
@ 2003-04-28 21:31 Eray Ozkural
  2003-04-29  0:17 ` Eray Ozkural
  0 siblings, 1 reply; 2+ messages in thread
From: Eray Ozkural @ 2003-04-28 21:31 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 935 bytes --]

I'm continuing my translation of MIT algorithms textbook :)

Note that i didn't really code radix sort, i avoided defining "stable sort for 
a given digit d", and i assumed you can write a function that does that by 
modifying the given counting_sort, ahem...

All of what I'm writing above will someday be cleaned up and made into really 
neat modules and functors but it's not time for that for now (^_^) I'm hoping 
this is small enough to make it into the list. Suggestions for improving 
style/efficiency will be greatly valued.

Maybe somebody will find a use for these small routines.

License is GPL!! It's not in the public domain!!

Regards,

-- 
Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr>
Comp. Sci. Dept., Bilkent University, Ankara  KDE Project: http://www.kde.org
www: http://www.cs.bilkent.edu.tr/~erayo  Malfunction: http://mp3.com/ariza
GPG public key fingerprint: 360C 852F 88B0 A745 F31B  EA0F 7C07 AE16 874D 539C

[-- Attachment #2: linearSort.ml.gz --]
[-- Type: application/x-gzip, Size: 1024 bytes --]

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

end of thread, other threads:[~2003-04-29  0:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-28 21:31 [Caml-list] Linear time sorting routines Eray Ozkural
2003-04-29  0:17 ` Eray Ozkural

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).