#33

Search in Rotated Sorted Array

medium· Binary Searchruns: 0

There is an integer array nums sorted in ascending order with distinct values that may have been rotated at an unknown pivot. Given the array nums after the possible rotation and an integer target, return the index of target if it is in nums, or -1 if it is not. The algorithm must run in O(log n) time.

sign in to paste and practice your own solution
desktop only

codedrill is a typing game and needs a real keyboard. open this on a laptop or desktop to practice.

you can still browse problems and sections from your phone.