package
0.0.0-20241213165744-7bb3ea5db4ba
Repository: https://github.com/colasnahaboo/advent-of-code-my-solutions.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
VP = fmt.Println.
VPf = fmt.Printf.
VPn (echo -n) = fmt.Print.
No description provided by the author

# Constants

alias to X for reading some maps.
DEBUG: for readability of boards.
taquin types (bytes).
taquin types (bytes).
taquin types (bytes).
taquin types (bytes).

# Structs

No description provided by the author
No description provided by the author

# Type aliases

Types of the Callbacks implemented and provided to AStarFindPath A ConnectedFunc returns the neighbour nodes of node n in the graph.
A CostFunc returns a cost for the transition node a -> node b.
A EndFunc returns true if node is a/the destination.
A Path is a sequence of nodes in a graph.
No description provided by the author