NillionNetwork/nada-by-example

Matrix pathfinder / A-star

Aberta

#8 aberto em 13 de ago. de 2024

 (0 comentário) (0 reação) (0 responsável)Python (10 forks)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Métricas do repositório

Stars
 (11 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador