Find Peak Element-II | Binary Search
Problem Statement: You are given a 0-indexed 2-D grid ‘g’ of size ‘n’ X ‘m’, where each cell contains a positive integer, and adjacent cells are distinct.You need to find the location of a peak element in it. If there are multiple answers, find any of them.