Skip to content

Created search_2d_matrix.cpp#22

Open
bilwa496 wants to merge 1 commit intoR4HUL-ROY-2:mainfrom
bilwa496:patch-1
Open

Created search_2d_matrix.cpp#22
bilwa496 wants to merge 1 commit intoR4HUL-ROY-2:mainfrom
bilwa496:patch-1

Conversation

@bilwa496
Copy link

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.

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.
Copy link
Owner

@R4HUL-ROY-2 R4HUL-ROY-2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please provide full codes including driver code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments