March 18, 2025 Binary search In computer science, binary search, also known as half-interval search,logarithmic search,or binary chop,is a search algorithm that finds the position of a target value within a sorted array. binary-search algorithm data-structures searching sorting Read more