From: Eray Ozkural <exa@kablonet.com.tr>
To: caml-list@inria.fr
Subject: [Caml-list] Linear time sorting routines
Date: Tue, 29 Apr 2003 00:31:31 +0300 [thread overview]
Message-ID: <200304290031.31405.exa@kablonet.com.tr> (raw)
[-- 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 --]
next reply other threads:[~2003-04-28 21:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-28 21:31 Eray Ozkural [this message]
2003-04-29 0:17 ` Eray Ozkural
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200304290031.31405.exa@kablonet.com.tr \
--to=exa@kablonet.com.tr \
--cc=caml-list@inria.fr \
--cc=erayo@cs.bilkent.edu.tr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox