Quote Originally Posted by iMalc View Post


Nifty huh?!
Not really, it's no better than a sequential search, which is way easier to program. Actually it's probably worse due to overhead in maintaining the "splits" of the binary search when the value doesn't fall into the half you are searching first.