We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
Hey @Abhijit2505 Please assign this to me under SWOC
Sorry, something went wrong.
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: