NillionNetwork/nada-by-example

Matrix pathfinder / A-star

开放

#8 创建于 2024年8月13日

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

仓库指标

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

描述

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

贡献者指南