NillionNetwork/nada-by-example

Matrix pathfinder / A-star

Offen

#8 geöffnet am 13.08.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (10 Forks)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Repository-Metriken

Stars
 (11 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide