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 compares the target value to the middle element of the array.

Source: Wikipedia — Binary search (CC BY-SA 4.0)

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 compares the target value to the middle element of the array.

This neuron ends here.

Source: Wikipedia "Binary search" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy