Search in a Matrix
Find the position of a given key in a 2D matrix in which all rows and columns are sorted.
We'll cover the following
Statement
Given a 2D array where all elements in any individual row or column are sorted. Find the position of a given key in such a matrix. If the key is not present in the matrix, return .
Example
The following example elaborates on this problem:
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.