Path: utzoo!attcan!uunet!samsung!usc!apple!rutgers!aramis.rutgers.edu!topaz.rutgers.edu!busboys.rutgers.edu!gaynor From: gaynor@busboys.rutgers.edu (Silver) Newsgroups: comp.lang.c Subject: Re: qsort Message-ID: Date: 19 Nov 89 14:29:44 GMT References: <860@maytag.waterloo.edu> <2747@munnari.oz.au> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 7 Those looking for the source to a good quicksort, try consulting your GNU Emacs distribution. .../etc/qsort.c contains a fairly well documented, pretty fast quicksort. (If intuition serves me, it's a well-tuned bruiser of quicksort.) The code falls under the same General Public License as the rest of the FSF software. Regards, [Ag]