Path: utzoo!attcan!uunet!snorkelwacker!think!samsung!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: qsort Message-ID: <11650@smoke.BRL.MIL> Date: 19 Nov 89 04:48:55 GMT References: <860@maytag.waterloo.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <860@maytag.waterloo.edu> lhf@aries5 (Luiz H de Figueiredo) writes: > Does qsort have to implement quicksort? No. The interesting question is whether the sort is required to be "stable", and the answer to that is also "no".