I just want to ask that if such a test case exits for this problem such that
min(i) = max(j) = K (say)
but arr[i][j] != K ?
arr is the original array given
min(i) means minimum of row i
max(i) means maximum of column j
I just want to ask that if such a test case exits for this problem such that
min(i) = max(j) = K (say)
but arr[i][j] != K ?
arr is the original array given
min(i) means minimum of row i
max(i) means maximum of column j