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

Search in 2D Matrix in C++ #80

Open
jency1 opened this issue Oct 8, 2024 · 3 comments
Open

Search in 2D Matrix in C++ #80

jency1 opened this issue Oct 8, 2024 · 3 comments

Comments

@jency1
Copy link

jency1 commented Oct 8, 2024

I want to implement Search in 2D matrix algorithm using C++.

@harsh-dart Please assign this issue to me under Hacktoberfest-2024. Thank You!

@jency1
Copy link
Author

jency1 commented Oct 10, 2024

@harsh-dart Please assign this issue to me under Hacktoberfest-2024.

@shrutipuskar
Copy link

plz assign this task to me and also add hactoberfest tag........

@Ananyajain2004
Copy link

You are given an m x n integer matrix matrix with the following two properties:

Each row is sorted in non-decreasing order.
The first integer of each row is greater than the last integer of the previous row.
Given an integer target, return true if target is in matrix or false otherwise.

Its a medium level DSA question , I can solve it . please assign me this issue under Hacktoberfest 2024 @harsh-dart

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

3 participants