Matrix Median InterviewBit SolutionGiven a matrix of integers A of size N x M in which each row is sorted. Find an return the overall median of the matrix A.