From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chris" Subject: Re: Fw: Array Empty Slots Date: Tue, 5 Apr 2005 17:25:05 +0300 Message-ID: <00a301c539eb$43448930$0101010a@dioxide> References: <004f01c539e0$ad829180$0101010a@dioxide> <4252C177.7020601@labristeknoloji.com> <002701c539e8$093d85f0$0101010a@dioxide> <4252C84F.3070600@labristeknoloji.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: "M.Baris Demiray" , linux-c-programming@vger.kernel.org Nice try, but this problem has always been a sigificant point for DBMS applications, web based or not. Maybe i should better explain you the problem. Suppose that we have this array below: array = [ 0,1,2,3,4,5,7,8,9,10]; Which is the quickest way to find the missing sequential number in a sorted array of a fixed lenght???