//in rotated sorted array we know that one half of the array will be osted if we will find the mid index we just need to find the soted half to search the elelemrnt ...
https://leetcode.com/problems/search-in-rotated-sorted-array-ii/ ...