CodeBase - Binary search of an array
Return to the CodeBase listing
Category: Miscellaneous
Version: 1.0
Information
Uploaded: 18th Jan 2007 20:03
Modified: 1st Jan 1970 01:00
Author: IanM
Summary
Binary search of an array for exact or nearest match
Full Description
This code will allow you to search through a sorted array in the fastest possible manner.<br /> <br /> The example code using a simple string array and inserts data into the array to ensure that the array stays sorted.
Comments
No comments yet.