NillionNetwork/nada-by-example

Matrix scan

开放

#9 创建于 2024年8月13日

 (1 条评论) (0 个反应) (0 位负责人)Python (10 个派生)auto 404
enhancementgood first issuehacktoberfesthelp wanted

仓库指标

星标
 (11 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南