By rickwphillips March 20, 2023 No Comments CS Algorithms 101 – Binary Search Binary search is a search algorithm used to find the position of a target value (or key) within a sorted array of values. It works by repeatedly Read More