Matrics (2D) Array Zoho Samle Questions
Matrics (2D) Array Zoho Samle Questions
2. Matrix n*n is given, where all elements in any individual row or column
are sorted. In such a matrix, we have to nd the position of a value in O(n)
Time Complexity
and O(1) Space Complexity
5. Sorted matrix (All elements are in sorted) nd the given values in O(logn)
time