Optum Interview Question

What is binary search ?

Interview Answer

Anonymous

Nov 26, 2021

Binary search is used in a sorted array and every time discard the half the array.

1