Fundamental Algorithms8 sections · 291 units
Open in CourseQuiz: Rotated Array
Test your understanding
Check Your Understanding
In a rotated sorted array , how do you determine which half is sorted?
- A.The half with more elements is sorted
- B.Compare with target
- C.Compare with : if , left half is sorted
- D.The half containing the minimum is sorted