Practice Problem
Binary Search
Difficulty: Easy
Given a sorted array of integers and a target value, return the index of the target using binary search, or -1 if not found.
Practice Problem
Difficulty: Easy
Given a sorted array of integers and a target value, return the index of the target using binary search, or -1 if not found.