package
0.0.0-20241212071515-61db8a03137f
Repository: https://github.com/adsmf/adventofcode.git
Documentation: pkg.go.dev
# Functions
Route finds a path from start to goal, returning the list of nodes to visit.
# Interfaces
Node represents any routable node.
# Type aliases
Cost is, unsurprisingly, the cost associated with a graph edge.