[Solved] Search In Rotated Sorted Array Problem
Search In Rotated Sorted Array: You have been given a sorted array/list ARR consisting of ‘N’ elements. You are also given an integer ‘K’. Now the array is rotated at some pivot point unknown to you. For example, if ARR…