NillionNetwork/nada-by-example

Matrix scan

Aperta

#9 aperta il 13 ago 2024

 (1 commento) (0 reazioni) (0 assegnatari)Python (10 fork)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Metriche repository

Star
 (11 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor