What is Lazy Binary Search? -


i don't know whether term "lazy" binary search valid, going through old materials , wanted know if can explain algorithm of lazy binary search , compare non-lazy binary search.

let's say, have array of numbers:

2, 11, 13, 21, 44, 50, 69, 88 

how number 11 using lazy binary search?

as far aware "lazy binary search" name "binary search".


Comments

Popular posts from this blog

iphone - Request for member 'uitextfield' in something not a structure or union? -

haskell - Using filter on an item in a list? -

Cursor error with postgresql, pgpool and php -