CodeBase - Binary String Search

Return to the CodeBase listing

Category: Miscellaneous

Version: 1.0

0
0

Information

Uploaded: 2nd Oct 2003 10:21

Modified: 1st Jan 1970 01:00

Author:  TheOneRing

Summary

Search for a string in an array using the binary search.

Full Description

This example loads a set of strings into an array, then uses a binary search to find the index of a particular string. Please note that the binary search requires the array to be sorted in ascending order.

Comments

No comments yet.