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

add Matrix Scan Nada example and test #41

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ysongh
Copy link

@ysongh ysongh commented Oct 16, 2024

Matrix Scan Nada Example

Description

I created a Matrix Scan example. It takes inputs for the first and second rows of the matrix and a target number to search for in the matrix. It scan the matrix for the specific value and returns the coordinates where the value exists. If the value is not found, it returns [-1, -1] to indicate no match.

Use Case

Image processing and game development

Related Issues

Issue#9

Optional: add your information for a Nada by Example Contributor POAP

Your Twitter:
Your Ethereum address:

@ysongh ysongh marked this pull request as ready for review October 16, 2024 01:26
@ysongh ysongh mentioned this pull request Oct 16, 2024
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

Successfully merging this pull request may close these issues.

1 participant