From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chris" Subject: Array Empty Slots Date: Mon, 4 Apr 2005 17:32:40 +0300 Message-ID: <001301c53923$2804a9c0$0101010a@dioxide> References: <200503221305.32606.eric@cisu.net> 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: linux-c-programming@vger.kernel.org Hi all, Lets assume we have a very very big array with sequential integer numbers from 1-30000, but we have some slots that are empty. Which is the faster way(algorithm maybe) that we can track those empty slots??? Best regards, Chris.