NillionNetwork/nada-by-example

Matrix pathfinder / A-star

Aperta

#8 aperta il 13 ago 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Python (10 fork)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Metriche repository

Star
 (11 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor