NillionNetwork/nada-by-example

Matrix pathfinder / A-star

オープン

#8 opened on 2024/08/13

 (0 件のコメント) (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 pathfinder / A-star

Description

Write an A-star pathfinding algorithm to find the shortest path between two secret points in a matrix.

Use Case

Games, maps, location based privacy

Specific Requirements

  • Inputs: grid, point A from Party A, point B from Party B
  • Outputs: distance between point A and point B
  • Document your solution and any helpers created

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