Problems that demonstrate the effective use of binary search algorithm to solve algorithmic challenges. This technique is used to efficiently search for elements in sorted arrays or to find optimal values in monotonic search spaces.
This is the multi-page printable view of this section. Click here to print.
Binary Search
Solutions that utilize the binary search algorithm