Computer Science - Algorithms - Binary search - Linear vs Binary Race
Speed comparison game. Show a sorted array of 20 numbers. A target value is shown. Two racers: 'Linear Larry' checks left-to-right (one per second). 'Binary Betty' uses binary search (one comparison per second). Visual: Larry highlights elements one by one. Betty highlights mid, then half disappears