Searching the Array
https://leetcode.com/problems/search-insert-position/ https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
https://leetcode.com/problems/search-in-rotated-sorted-array/
You are given an array whose elements are weakly monotonically increasing and then weakly monotonically decreasing. Find the max element in this array. Duplicates are allowed. (https://gist.github.com/yukuairoy/328629071360096a1a22)