NillionNetwork/nada-by-example

Matrix scan

Aberta

#9 aberto em 13 de ago. de 2024

 (1 comentário) (0 reação) (0 responsável)Python (10 forks)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Métricas do repositório

Stars
 (11 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador