NillionNetwork/nada-by-example

Matrix pathfinder / A-star

Ouverte

#8 ouverte le 13 août 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Python (10 forks)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Métriques du dépôt

Stars
 (11 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur