Date: Fri, 14 Jun 2002 09:16:56 +0200 From: Cyrille Lefevre <cyrille.lefevre@laposte.net> To: echo dev <echo_dev@hotmail.com> Cc: hackers@freebsd.org Subject: Re: sorting in C Message-ID: <20020614071656.GA55926@gits.dyndns.org> In-Reply-To: <F32bek2lisuJnOVHKgG00003ca2@hotmail.com> References: <F32bek2lisuJnOVHKgG00003ca2@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 14, 2002 at 07:06:06AM +0000, echo dev wrote: > I am pooling in as many different ways of sorting data in C i can anyone > have a fav??? If anyone can give me some ideas on the best way to sort data > in C would be helpful.. Thanks is that references helping you ? qsort(3), bsearch(3), hsearch(3), lsearch(3), db(3). Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020614071656.GA55926>