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

貢獻者指南