Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary search for 2d array in C++ #1463

Closed
EktaAgrawal1567 opened this issue Oct 3, 2020 · 2 comments
Closed

Binary search for 2d array in C++ #1463

EktaAgrawal1567 opened this issue Oct 3, 2020 · 2 comments

Comments

@EktaAgrawal1567
Copy link
Contributor

It searches for a value in a 2d m*n matrix.
Properties of matrix:

  1. Integers in each row are sorted from left to right.
  2. The first integer of each row is greater than the last integer of the previous row.
@EktaAgrawal1567
Copy link
Contributor Author

I've added code here:
#1462
Please review.

@i-vishi i-vishi closed this as completed Oct 4, 2020
@EktaAgrawal1567
Copy link
Contributor Author

@i-vishi Can you add the label "hacktoberfest" to this problem.

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

No branches or pull requests

2 participants