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 sorted 2-D Array #87

Open
japneetkaurbhatia opened this issue Jan 21, 2021 · 1 comment
Open

Search in sorted 2-D Array #87

japneetkaurbhatia opened this issue Jan 21, 2021 · 1 comment

Comments

@japneetkaurbhatia
Copy link
Contributor

SAMPLE CASE:
SIZE OF ARRAY: 4
ARRAY INPUT :
11 12 13 14
21 22 23 24
31 32 33 34
41 42 43 44
NUMBER TO BE SEARCH : 43
OUTPUT : [3][2]

@japneetkaurbhatia
Copy link
Contributor Author

Hey @Abhijit2505 Please assign this to me under SWOC

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

1 participant