(1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (10 件のフォーク)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (11 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド