Find a peak element II | Leetcode | Medium | Java

Find a peak element II | Leetcode | Medium | Java

This problem is a variation of problem Find a peak element which is also present in leetcode. The approach used is a greedy algorithm as we go to the next greater element in each step. Link to the problem: https://leetcode.com/problems/find-a-...