Codefornewccoder icon indicating copy to clipboard operation
Codefornewccoder copied to clipboard

Created search_2d_matrix.cpp

Open bilwa496 opened this issue 1 year ago • 0 comments

Write an efficient algorithm that searches for a value target in an m x n integer matrix matrix. This matrix has the following properties:

Integers in each row are sorted from left to right. The first integer of each row is greater than the last integer of the previous row.

bilwa496 avatar Oct 26 '22 18:10 bilwa496