From owner-freebsd-hackers Fri Jun 14 18:18:19 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp.noos.fr (verlaine.noos.net [212.198.2.73]) by hub.freebsd.org (Postfix) with ESMTP id C8DC637B404 for ; Fri, 14 Jun 2002 18:18:14 -0700 (PDT) Received: (qmail 19069668 invoked by uid 0); 15 Jun 2002 01:18:04 -0000 Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.230.194]) (envelope-sender ) by 212.198.2.73 (qmail-ldap-1.03) with SMTP for ; 15 Jun 2002 01:18:04 -0000 Received: from gits.gits.dyndns.org (z151b7eun5wpt2cj@localhost [127.0.0.1]) by gits.gits.dyndns.org (8.12.3/8.12.3) with ESMTP id g5F1HsAX064517; Sat, 15 Jun 2002 03:17:56 +0200 (CEST) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by gits.gits.dyndns.org (8.12.3/8.12.3/Submit) id g5E7Gubl056059; Fri, 14 Jun 2002 09:16:56 +0200 (CEST) (envelope-from root) Date: Fri, 14 Jun 2002 09:16:56 +0200 From: Cyrille Lefevre To: echo dev Cc: hackers@freebsd.org Subject: Re: sorting in C Message-ID: <20020614071656.GA55926@gits.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[< List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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