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

delphi - ESC/P programming! -

c++ - error: use of deleted function -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -