Click to See Complete Forum and Search --> : Binary Search Algorithm


September 15th, 1999, 11:03 PM
Hi,

I am new to VB. Does anyone know how to write a binary search algorithm in VB?

Thanks

Lothar Haensler
September 16th, 1999, 01:56 AM
check out this Quicksort algorithm (VBScript)
http://www.4guysfromrolla.com/webtech/012799-2.shtml

Lothar Haensler
September 16th, 1999, 01:57 AM
sorry for my last post. You asked for bsearch not for quicksort.
I guess, it's just too early :-)

Lothar Haensler
September 16th, 1999, 02:05 AM
check out this link: it has a bsearch algorithm for a list/combobox. Should be easy to adapt to your needs.
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=2075