hi!! can someone help me explaining me better the binary searcher! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

hi!! can someone help me explaining me better the binary searcher!

Thanks, it's extremely important, i need ir for college

3rd Oct 2017, 1:05 AM
Juan felipe Martinez bedoya
Juan felipe Martinez bedoya - avatar
1 Answer
0
Binary search used recursion to split the list in half, and therefore make the search list smaller, until the item pointed matches the object to be searched.
24th Jul 2018, 12:24 PM
Christopher
Christopher - avatar