Search in Rotated Sorted Array II
Try to solve the Search in Rotated Sorted Array II problem.
Statement
You are required to find an integer value target in an array arr of non-distinct integers. Before being passed as input to your search function, arr has been processed as follows: ...