September 15th, 1999, 11:31 PM
If I have an array of items and the items are strings, can I do a binary search for a particular string?
Thanks
Thanks
|
Click to See Complete Forum and Search --> : Binary Search a String September 15th, 1999, 11:31 PM If I have an array of items and the items are strings, can I do a binary search for a particular string? Thanks Lothar Haensler September 16th, 1999, 01:44 AM sure, but you have to implement the bsearch algorithm yourself. There's no VB bsearch functionality that I know of. Why don't you use a collection or a dictionary? codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |