AStar (AStar v0.1.0)

TODO: Documentation for AStar.

Summary

Types

@type coord() :: {non_neg_integer(), non_neg_integer()}

Functions

Link to this function

path(map, width, height, start, end)

@spec path(binary(), pos_integer(), pos_integer(), coord(), coord()) ::
  {:ok, [coord()]} | {:error, atom()}