Problem
A peak element in a 2D grid is an element that is strictly greater than all of its adjacent neighbors to the left, right, top, and bottom.
Given a 0-indexedm x n matrix mat where no two adjacent cells are equal, find any peak element mat[i][j...