Solution: Recursion
Solution to the exercise based on recursion.
We'll cover the following...
Let's practice what we have learned so far.
Task
Suppose we are given a sorted array of distinct numbers that has been rotated steps, for some unknown integer between 1 and . In other words, we are given an array such that some prefix is sorted in increasing order, the corresponding suffix is sorted in increasing order, and . For example, we might be given the following element array (where ): ...
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy