#binary-search
Binary search algorithm finds the position of a target value within a sorted array
https://en.wikipedia.org/wiki/Binary_search_algorithm https://www.khanacademy.org/computing/computer-science/algorithms/binary-search/a/implementing-binary-search-of-an-array