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

Staircase Search #89

Open
nayaldivya opened this issue Jan 22, 2021 · 1 comment
Open

Staircase Search #89

nayaldivya opened this issue Jan 22, 2021 · 1 comment

Comments

@nayaldivya
Copy link

We are given a row and column wise sorted array in which we have to search for a particular key. If found, return the index values else return -1.
For eg:
INPUT:
Array :
1 4 8 10
2 5 9 15
6 16 18 20
11 17 19 23
Key to search: 17

OUTPUT:
Key found at row=3 and column=1

@nayaldivya
Copy link
Author

Hi @Abhijit2505. Please assign me this 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