Practice Problem
Search in Rotated Sorted Array
Difficulty: Medium
Search for a target value in a rotated sorted array of unique integers, returning its index or -1 if not found, in O(log n) time.
Practice Problem
Difficulty: Medium
Search for a target value in a rotated sorted array of unique integers, returning its index or -1 if not found, in O(log n) time.