NillionNetwork/nada-by-example

Matrix scan

Offen

#9 geöffnet am 13.08.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (10 Forks)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Repository-Metriken

Stars
 (11 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

  • Inputs: a matrix (2D list of values) and a target value to search for
  • Outputs: a list of coordinates where the target value was found

Contributor Guide