Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 279 Bytes

File metadata and controls

10 lines (6 loc) · 279 Bytes

Follow up for "Search in Rotated Sorted Array":

What if duplicates are allowed?

Would this affect the run-time complexity? How and why?

Write a function to determine if a given target is in the array.

Show Tags Array Binary Search