Rotated Array Search

# Introduction In computer science, searching for an element in a sorted array is a common problem. However, what if the array has been rotated a number of times? This is the problem we will be addressing in this challenge.

|60 : 00

Click the virtual machine below to start practicing