From: demandrd AT compusmart DOT ab DOT ca (Demandred) Newsgroups: comp.os.msdos.djgpp Subject: Re: Sorting Algorythums Date: Tue, 24 Feb 1998 03:06:37 GMT Message-ID: <34f238ef.1681670@news.compusmart.ab.ca> References: <34F113BA DOT 203AD4E9 AT earthlink DOT net> NNTP-Posting-Host: remote697.compusmart.ab.ca Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Sun, 22 Feb 1998 22:14:18 -0800, "STEVEN S. FALLS" was heard to ramble: > What is the best sorting algorythm and what is it. I mean, how would >one program the algrothym? The best sort algo that I've found has to be the template quicksort found in Schildt's _Expert C++_. Unfortunately, I'm not too clear on DJGPP's handling of templates (anyone want to enlighten me more clearly than info did?), so I haven't tried to implement it yet, but it's a good start. -- Demandred, Lord of the 32-bit Registers Check out my game at: http://www.nnetis.ca/~matt/dogfight.html