Versions in this module Expand all Collapse all v0 v0.3.0 Aug 13, 2024 v0.2.0 Mar 15, 2022 v0.1.0 Jan 31, 2021 Changes in this version + type CostFunc func(a, b Node) float64 + type Graph interface + Neighbours func(n Node) []Node + type Node interface + type Path []Node + func FindPath(g Graph, start, dest Node, d, h CostFunc) Path + func (p Path) Cost(d CostFunc) (c float64)