NillionNetwork / nada-by-example

Learn the Nada language by working with example Nada programs
https://docs.nillion.com/nada-by-example
MIT License
11 stars 9 forks source link

Matrix scan #9

Open oceans404 opened 3 months ago

oceans404 commented 3 months ago

Request a New Nada Example: Matrix scan

Description

Similar to Linear Scan, scan a matrix for a specific value. Return the all coordinates where the value excists

Use Case

image processing and game development

Specific Requirements

ysongh commented 1 month ago

I finish and made a pull request. https://github.com/NillionNetwork/nada-by-example/pull/41